X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2007-10-12-CoalesceExtSubReg.ll;h=c535392ffdfc0dcdba9a23a707eefe2b1b7801dd;hb=45b5f7e457423d324c24bf8ebdbcad687faec2b2;hp=8091bd1bc1ca042b2ad4ae2c06183d2fc503ed68;hpb=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6;p=oota-llvm.git diff --git a/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll b/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll index 8091bd1bc1c..c535392ffdf 100644 --- a/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll +++ b/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll @@ -7,13 +7,15 @@ entry: cond_next127: ; preds = %cond_next391, %entry %v.1 = phi i32 [ undef, %entry ], [ %tmp411, %cond_next391 ] ; [#uses=1] %tmp149 = mul i32 0, %v.1 ; [#uses=0] - %tmp254 = and i32 0, 15 ; [#uses=1] - %tmp256 = and i32 0, 15 ; [#uses=2] + %tmpss = load i32, i32* %ss, align 4 ; [#uses=1] + %tmpbp = load i32, i32* %bp, align 4 ; [#uses=2] + %tmp254 = and i32 %tmpss, 15 ; [#uses=1] + %tmp256 = and i32 %tmpbp, 15 ; [#uses=2] br label %cond_next391 cond_next391: ; preds = %cond_next127 - %tmp393 = load i32* %ss, align 4 ; [#uses=1] - %tmp395 = load i32* %bp, align 4 ; [#uses=2] + %tmp393 = load i32, i32* %ss, align 4 ; [#uses=1] + %tmp395 = load i32, i32* %bp, align 4 ; [#uses=2] %tmp396 = shl i32 %tmp393, %tmp395 ; [#uses=2] %tmp398 = sub i32 32, %tmp256 ; [#uses=2] %tmp399 = lshr i32 %tmp396, %tmp398 ; [#uses=1]