| Index: tests_lit/llvm2ice_tests/nop-insertion.ll
|
| diff --git a/tests_lit/llvm2ice_tests/nop-insertion.ll b/tests_lit/llvm2ice_tests/nop-insertion.ll
|
| index 1300832b3874a0dd0f563996a5baf43e215cbb00..eab900c80533117767dd1bad7b2e6a31d220b01b 100644
|
| --- a/tests_lit/llvm2ice_tests/nop-insertion.ll
|
| +++ b/tests_lit/llvm2ice_tests/nop-insertion.ll
|
| @@ -1,11 +1,11 @@
|
| ; This is a smoke test of nop insertion.
|
|
|
| -; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
|
| -; RUN: -max-nops-per-instruction=1 %s | FileCheck %s --check-prefix=PROB50
|
| -; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=90 \
|
| -; RUN: -max-nops-per-instruction=1 %s | FileCheck %s --check-prefix=PROB90
|
| -; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
|
| -; RUN: -max-nops-per-instruction=2 %s | FileCheck %s --check-prefix=MAXNOPS2
|
| +; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
|
| +; RUN: -max-nops-per-instruction=1 | FileCheck %s --check-prefix=PROB50
|
| +; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=90 \
|
| +; RUN: -max-nops-per-instruction=1 | FileCheck %s --check-prefix=PROB90
|
| +; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
|
| +; RUN: -max-nops-per-instruction=2 | FileCheck %s --check-prefix=MAXNOPS2
|
|
|
| define <4 x i32> @mul_v4i32(<4 x i32> %a, <4 x i32> %b) {
|
| entry:
|
|
|