Changed test to check for correct load size instead of shift as the shift might change if optimised

llvm-svn: 143116
This commit is contained in:
Pete Cooper 2011-10-27 18:15:58 +00:00
parent ee31b72246
commit cca60da8cd

View File

@ -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