diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/and.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/and.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Transforms/InstCombine/and.ll b/llvm/test/Transforms/InstCombine/and.ll index f46480f4d74..43b80e3f91c 100644 --- a/llvm/test/Transforms/InstCombine/and.ll +++ b/llvm/test/Transforms/InstCombine/and.ll @@ -228,17 +228,6 @@ define i8 @test20(i8 %A) { ret i8 %D } -define i1 @test22(i32 %A) { -; CHECK-LABEL: @test22( -; CHECK-NEXT: ret i1 false -; - %B = icmp eq i32 %A, 1 - %C = icmp sge i32 %A, 3 - ;; false - %D = and i1 %B, %C - ret i1 %D -} - define i1 @test23(i32 %A) { ; CHECK-LABEL: @test23( ; CHECK-NEXT: [[TMP1:%.*]] = icmp eq i32 %A, 2 |