X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2011-10-19-LegelizeLoad.ll;h=bf1f029847eaa8b99831081f78ec024ebbabf060;hb=6e961aa243f223ddb704ce708056238d7c1d7e24;hp=da734d4b6454338d07c5ce4b17aea7d5429e33ae;hpb=b2b5dc642cbbe781f73b9da83874d4005c50bd8e;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 } -