[llvm-commits] [llvm] r143116 - /llvm/trunk/test/CodeGen/X86/widen_load-2.ll

Pete Cooper peter_cooper at apple.com
Thu Oct 27 11:15:58 PDT 2011


Author: pete
Date: Thu Oct 27 13:15:58 2011
New Revision: 143116

URL: http://llvm.org/viewvc/llvm-project?rev=143116&view=rev
Log:
Changed test to check for correct load size instead of shift as the shift might change if optimised

Modified:
    llvm/trunk/test/CodeGen/X86/widen_load-2.ll

Modified: llvm/trunk/test/CodeGen/X86/widen_load-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_load-2.ll?rev=143116&r1=143115&r2=143116&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_load-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_load-2.ll Thu Oct 27 13:15:58 2011
@@ -170,7 +170,7 @@
 ; 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





More information about the llvm-commits mailing list