X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2011-10-19-LegelizeLoad.ll;h=bf1f029847eaa8b99831081f78ec024ebbabf060;hb=e6c453bf2d6c6f45b8009909e0556a809674a0d3;hp=da734d4b6454338d07c5ce4b17aea7d5429e33ae;hpb=4b977312c7a9c078211de83771b40a1561deb047;p=oota-llvm.git diff --git a/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll b/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll index da734d4b645..bf1f029847e 100644 --- a/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll +++ b/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll @@ -16,13 +16,12 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK: main define i32 @main() nounwind uwtable { entry: -; CHECK: pmovsxbq j(%rip), % ; CHECK: pmovsxbq i(%rip), % - %0 = load <2 x i8>* @i, align 8 - %1 = load <2 x i8>* @j, align 8 +; CHECK: pmovsxbq j(%rip), % + %0 = load <2 x i8>, <2 x i8>* @i, align 8 + %1 = load <2 x i8>, <2 x i8>* @j, align 8 %div = sdiv <2 x i8> %1, %0 - store <2 x i8> %div, <2 x i8>* getelementptr inbounds (%union.anon* @res, i32 0, i32 0), align 8 + store <2 x i8> %div, <2 x i8>* getelementptr inbounds (%union.anon, %union.anon* @res, i32 0, i32 0), align 8 ret i32 0 ; CHECK: ret } -