From: Pete Cooper Date: Thu, 27 Oct 2011 18:15:58 +0000 (+0000) Subject: Changed test to check for correct load size instead of shift as the shift might chang... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cbe35f21471f47c0b433a3f289fbddc733ff2f40;p=oota-llvm.git Changed test to check for correct load size instead of shift as the shift might change if optimised git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/widen_load-2.ll b/test/CodeGen/X86/widen_load-2.ll index 71699b8361d..29689dd2798 100644 --- a/test/CodeGen/X86/widen_load-2.ll +++ b/test/CodeGen/X86/widen_load-2.ll @@ -170,7 +170,7 @@ define void @add31i8(%i8vec31* nocapture sret %ret, %i8vec31* %ap, %i8vec31* %bp ; CHECK: rot %i8vec3pack = type { <3 x i8>, i8 } define %i8vec3pack @rot() nounwind { -; CHECK: shrl +; CHECK: movd {{-?[0-9]+}}(%rsp), {{%xmm[0-9]}} entry: %X = alloca %i8vec3pack, align 4 %rot = alloca %i8vec3pack, align 4