Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: tests_lit/llvm2ice_tests/nop-insertion.ll

Issue 686913005: Turn off dump/emit routines when building minimal subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ; This is a smoke test of nop insertion. 1 ; This is a smoke test of nop insertion.
2 2
3 ; REQUIRES: allow_dump
4
3 ; Don't use integrated-as because this currently depends on the # variant 5 ; Don't use integrated-as because this currently depends on the # variant
4 ; assembler comment. 6 ; assembler comment.
5 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \ 7 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
6 ; RUN: -max-nops-per-instruction=1 -integrated-as=false \ 8 ; RUN: -max-nops-per-instruction=1 -integrated-as=false \
7 ; RUN: | FileCheck %s --check-prefix=PROB50 9 ; RUN: | FileCheck %s --check-prefix=PROB50
8 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=90 \ 10 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=90 \
9 ; RUN: -max-nops-per-instruction=1 -integrated-as=false \ 11 ; RUN: -max-nops-per-instruction=1 -integrated-as=false \
10 ; RUN: | FileCheck %s --check-prefix=PROB90 12 ; RUN: | FileCheck %s --check-prefix=PROB90
11 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \ 13 ; RUN: %p2i -i %s -a -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
12 ; RUN: -max-nops-per-instruction=2 -integrated-as=false \ 14 ; RUN: -max-nops-per-instruction=2 -integrated-as=false \
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 ; MAXNOPS2: pshufd $216, %xmm0, %xmm0 91 ; MAXNOPS2: pshufd $216, %xmm0, %xmm0
90 ; MAXNOPS2: nop # variant = 3 92 ; MAXNOPS2: nop # variant = 3
91 ; MAXNOPS2: movups %xmm0, (%esp) 93 ; MAXNOPS2: movups %xmm0, (%esp)
92 ; MAXNOPS2: nop # variant = 0 94 ; MAXNOPS2: nop # variant = 0
93 ; MAXNOPS2: movups (%esp), %xmm0 95 ; MAXNOPS2: movups (%esp), %xmm0
94 ; MAXNOPS2: nop # variant = 2 96 ; MAXNOPS2: nop # variant = 2
95 ; MAXNOPS2: addl $60, %esp 97 ; MAXNOPS2: addl $60, %esp
96 ; MAXNOPS2: nop # variant = 4 98 ; MAXNOPS2: nop # variant = 4
97 ; MAXNOPS2: ret 99 ; MAXNOPS2: ret
98 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698