From 2b6e66267283215c7c5078d1df997df1380084f7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 8 Dec 2014 02:07:22 +0000 Subject: Revert a part of r223583, for now. It seems causing different emission between stage2(gcc-clang) and stage3 clang. Investigating. llvm-svn: 223624 --- llvm/test/Transforms/InstSimplify/AndOrXor.ll | 9 --------- 1 file changed, 9 deletions(-) (limited to 'llvm/test/Transforms') diff --git a/llvm/test/Transforms/InstSimplify/AndOrXor.ll b/llvm/test/Transforms/InstSimplify/AndOrXor.ll index ce3c2aa6af2..c01c53ec4e1 100644 --- a/llvm/test/Transforms/InstSimplify/AndOrXor.ll +++ b/llvm/test/Transforms/InstSimplify/AndOrXor.ll @@ -166,15 +166,6 @@ define i1 @and_icmp1(i32 %x, i32 %y) { ; CHECK: %[[cmp:.*]] = icmp ult i32 %x, %y ; CHECK: ret i1 %[[cmp]] -define i1 @and_icmp2(i32 %x, i32 %y) { - %1 = icmp ult i32 %x, %y - %2 = icmp eq i32 %y, 0 - %3 = and i1 %1, %2 - ret i1 %3 -} -; CHECK-LABEL: @and_icmp2( -; CHECK: ret i1 false - define i1 @or_icmp1(i32 %x, i32 %y) { %1 = icmp ult i32 %x, %y %2 = icmp ne i32 %y, 0 -- cgit v1.2.3