| Index: tests_lit/llvm2ice_tests/div_legalization.ll
|
| diff --git a/tests_lit/llvm2ice_tests/div_legalization.ll b/tests_lit/llvm2ice_tests/div_legalization.ll
|
| index 2fdb3bcd193ed1814b01d472edd3fecdd89bb8f8..87c6ceab85bbcb897a852f742d4506016a4ebd13 100644
|
| --- a/tests_lit/llvm2ice_tests/div_legalization.ll
|
| +++ b/tests_lit/llvm2ice_tests/div_legalization.ll
|
| @@ -1,16 +1,14 @@
|
| ; This is a regression test that idiv and div operands are legalized
|
| ; (they cannot be constants and can only be reg/mem for x86).
|
|
|
| -; RUN: %llvm2ice -O2 --verbose none %s \
|
| +; RUN: %p2i -i %s --args -O2 --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s
|
| -; RUN: %llvm2ice -Om1 --verbose none %s \
|
| +; RUN: %p2i -i %s --args -Om1 --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | 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 --verbose none | FileCheck --check-prefix=ERRORS %s
|
| +; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define i32 @Sdiv_const8_b(i8 %a) {
|
| ; CHECK-LABEL: Sdiv_const8_b
|
|
|