From ec0e7b16435d0a01888cc8b9dfccfd9109bfca18 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Jul 2010 06:16:35 +0000 Subject: revert r108320, I see the failures now... llvm-svn: 108322 --- llvm/test/Transforms/InstCombine/or.ll | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'llvm/test') diff --git a/llvm/test/Transforms/InstCombine/or.ll b/llvm/test/Transforms/InstCombine/or.ll index 0246925bd82..c3526b77f6a 100644 --- a/llvm/test/Transforms/InstCombine/or.ll +++ b/llvm/test/Transforms/InstCombine/or.ll @@ -350,16 +350,3 @@ define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32 ; CHECK: or <4 x i32> %and.i, %and.i129 } -; PR6773 -define i32 @test33(i32 %x, i32 %y, i32 %z) nounwind readnone { - %and = and i32 %y, %x - %not = xor i32 %x, -1 - %and2 = and i32 %z, %not - %or = or i32 %and2, %and - ret i32 %or -; CHECK: @test33 -; CHECK-NEXT: xor i32 -; CHECK-NEXT: and i32 -; CHECK-NEXT: xor i32 -; CHECK-NEXT: ret i32 -} -- cgit v1.2.3