| Index: tests_lit/llvm2ice_tests/vector-bitcast.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-bitcast.ll b/tests_lit/llvm2ice_tests/vector-bitcast.ll
|
| index c346936a77f774a926148dbb5b0a8e490c955efc..ecdb66b9270070aa1a3455307492f4cb966aa82f 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-bitcast.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-bitcast.ll
|
| @@ -5,19 +5,17 @@
|
| ; doesn't know how to symbolize non-section-local functions.
|
| ; The newer LLVM 3.6 one does work, but watch out for other bugs.
|
|
|
| -; RUN: %llvm2ice -O2 --verbose none %s \
|
| +; RUN: %p2i -i %s --args -O2 --verbose none \
|
| ; RUN: | FileCheck --check-prefix=CALLTARGETS %s
|
| -; 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 - \
|
| ; RUN: | FileCheck --check-prefix=OPTM1 %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 <16 x i8> @test_bitcast_v16i8_to_v16i8(<16 x i8> %arg) {
|
| entry:
|
|
|