| Index: tests_lit/llvm2ice_tests/branch-simple.ll
|
| diff --git a/tests_lit/llvm2ice_tests/branch-simple.ll b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| index d055bdb7f061bc235622af5c390fdb861cd374af..8293f3dcf846321d43cdea05ecd266da8d135b09 100644
|
| --- a/tests_lit/llvm2ice_tests/branch-simple.ll
|
| +++ b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| @@ -4,12 +4,10 @@
|
| ; we don't lower to a cmp instructions with an immediate as the first
|
| ; source operand.
|
|
|
| -; RUN: %llvm2ice -O2 --verbose inst %s | FileCheck %s
|
| -; RUN: %llvm2ice -Om1 --verbose inst %s | FileCheck %s
|
| -; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| -; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| -; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
| -; RUN: | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %p2i -i %s --args -O2 --verbose inst | FileCheck %s
|
| +; RUN: %p2i -i %s --args -Om1 --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 i32 @simple_cond_branch(i32 %foo, i32 %bar) {
|
| entry:
|
|
|