X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2011-03-02-DAGCombiner.ll;h=d25fbf7b71f12319492d1d34b497a9b9d85f29e2;hb=f586decae108e6ea1c5de3d68785226baca31d47;hp=c9251d2929a167fbb85ab618ca187cb8fb10d84d;hpb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;p=oota-llvm.git diff --git a/test/CodeGen/X86/2011-03-02-DAGCombiner.ll b/test/CodeGen/X86/2011-03-02-DAGCombiner.ll index c9251d2929a..d25fbf7b71f 100644 --- a/test/CodeGen/X86/2011-03-02-DAGCombiner.ll +++ b/test/CodeGen/X86/2011-03-02-DAGCombiner.ll @@ -13,23 +13,23 @@ entry: %K = alloca %0, align 4 store i32 0, i32* %retval %0 = bitcast %0* %K to i32* - %1 = load i32* %0, align 4 + %1 = load i32, i32* %0, align 4 %2 = and i32 %1, -121 %3 = or i32 %2, 32 store i32 %3, i32* %0, align 4 %4 = bitcast %0* %K to i32* - %5 = load i32* %4, align 4 + %5 = load i32, i32* %4, align 4 %6 = lshr i32 %5, 3 %bf.clear = and i32 %6, 15 %conv = sitofp i32 %bf.clear to float %f = getelementptr inbounds %struct.anon, %struct.anon* %F, i32 0, i32 0 - %tmp = load float* %f, align 4 + %tmp = load float, float* %f, align 4 %sub = fsub float %tmp, %conv store float %sub, float* %f, align 4 %ld = getelementptr inbounds %struct.anon, %struct.anon* %F, i32 0, i32 1 - %tmp1 = load x86_fp80* %ld, align 16 + %tmp1 = load x86_fp80, x86_fp80* %ld, align 16 %7 = bitcast %0* %K to i32* - %8 = load i32* %7, align 4 + %8 = load i32, i32* %7, align 4 %9 = lshr i32 %8, 7 %bf.clear2 = and i32 %9, 1 %conv3 = uitofp i32 %bf.clear2 to x86_fp80 @@ -39,12 +39,12 @@ entry: %10 = bitcast %0* %K to i32* %11 = and i32 %bf.value, 1 %12 = shl i32 %11, 7 - %13 = load i32* %10, align 4 + %13 = load i32, i32* %10, align 4 %14 = and i32 %13, -129 %15 = or i32 %14, %12 store i32 %15, i32* %10, align 4 - %call = call i32 (...)* @iequals(i32 1841, i32 %bf.value, i32 0) - %16 = load i32* %retval + %call = call i32 (...) @iequals(i32 1841, i32 %bf.value, i32 0) + %16 = load i32, i32* %retval ret i32 %16 }