X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fmuloti.ll;h=6c6198e400fcb0791b46a7876ab256e5f8c6783f;hb=8cec2f281696a19faee58cd0749a70fbcc0fa218;hp=523b9703a40505941234a91454b19f16d0e3dae0;hpb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;p=oota-llvm.git diff --git a/test/CodeGen/X86/muloti.ll b/test/CodeGen/X86/muloti.ll index 523b9703a40..6c6198e400f 100644 --- a/test/CodeGen/X86/muloti.ll +++ b/test/CodeGen/X86/muloti.ll @@ -45,17 +45,17 @@ entry: store i64 %a.coerce0, i64* %1 %2 = getelementptr %0, %0* %0, i32 0, i32 1 store i64 %a.coerce1, i64* %2 - %a = load i128* %coerce, align 16 + %a = load i128, i128* %coerce, align 16 store i128 %a, i128* %a.addr, align 16 %3 = bitcast i128* %coerce1 to %0* %4 = getelementptr %0, %0* %3, i32 0, i32 0 store i64 %b.coerce0, i64* %4 %5 = getelementptr %0, %0* %3, i32 0, i32 1 store i64 %b.coerce1, i64* %5 - %b = load i128* %coerce1, align 16 + %b = load i128, i128* %coerce1, align 16 store i128 %b, i128* %b.addr, align 16 - %tmp = load i128* %a.addr, align 16 - %tmp2 = load i128* %b.addr, align 16 + %tmp = load i128, i128* %a.addr, align 16 + %tmp2 = load i128, i128* %b.addr, align 16 %6 = call %1 @llvm.umul.with.overflow.i128(i128 %tmp, i128 %tmp2) ; CHECK: cmov ; CHECK: divti3 @@ -70,7 +70,7 @@ overflow: ; preds = %entry nooverflow: ; preds = %entry store i128 %7, i128* %retval %9 = bitcast i128* %retval to %0* - %10 = load %0* %9, align 1 + %10 = load %0, %0* %9, align 1 ret %0 %10 }