| Index: tests_lit/llvm2ice_tests/bool-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/bool-opt.ll b/tests_lit/llvm2ice_tests/bool-opt.ll
|
| index 3f88d99b241d856fe5b87044dbc169193d44258b..79760a6a60a099fb56f0dbaba7fb28a5c91c931c 100644
|
| --- a/tests_lit/llvm2ice_tests/bool-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/bool-opt.ll
|
| @@ -1,16 +1,6 @@
|
| ; Trivial smoke test of icmp without fused branch opportunity.
|
|
|
| -; RUN: %p2i -i %s --args --verbose inst | FileCheck %s
|
| -; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
| -; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| -
|
| -define void @testBool(i32 %a, i32 %b) {
|
| -entry:
|
| - %cmp = icmp eq i32 %a, %b
|
| - %cmp_ext = zext i1 %cmp to i32
|
| - tail call void @use(i32 %cmp_ext)
|
| - ret void
|
| -}
|
| +; RUN: %p2i -i %s --args --verbose none | FileCheck %s
|
|
|
| ; Check that correct addressing modes are used for comparing two
|
| ; immediates.
|
| @@ -25,7 +15,3 @@ entry:
|
| ; CHECK-NOT: cmp {{[0-9]+}},
|
|
|
| declare void @use(i32)
|
| -
|
| -; CHECK-NOT: ICE translation error
|
| -; ERRORS-NOT: ICE translation error
|
| -; DUMP-NOT: SZ
|
|
|