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

Unified Diff: tests_lit/llvm2ice_tests/nop-insertion.ll

Issue 737513008: Subzero: Simplify the constant pools. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More cleanup 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 side-by-side diff with in-line comments
Download patch
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 b1886fafb9ddc3c472973bd8b551338a5e898b29..64c49334d56c62df06abf6b2790f0ebf83076a9c 100644
--- a/tests_lit/llvm2ice_tests/nop-insertion.ll
+++ b/tests_lit/llvm2ice_tests/nop-insertion.ll
@@ -32,8 +32,8 @@ entry:
; PROB50: pmuludq 16(%esp), %xmm0
; PROB50: pmuludq %xmm2, %xmm1
; PROB50: nop # variant = 0
-; PROB50: shufps $136, %xmm1, %xmm0
-; PROB50: pshufd $216, %xmm0, %xmm0
+; PROB50: shufps $-120, %xmm1, %xmm0
+; PROB50: pshufd $-40, %xmm0, %xmm0
; PROB50: nop # variant = 2
; PROB50: movups %xmm0, (%esp)
; PROB50: movups (%esp), %xmm0
@@ -59,9 +59,9 @@ entry:
; PROB90: nop # variant = 2
; PROB90: pmuludq %xmm2, %xmm1
; PROB90: nop # variant = 3
-; PROB90: shufps $136, %xmm1, %xmm0
+; PROB90: shufps $-120, %xmm1, %xmm0
; PROB90: nop # variant = 4
-; PROB90: pshufd $216, %xmm0, %xmm0
+; PROB90: pshufd $-40, %xmm0, %xmm0
; PROB90: nop # variant = 2
; PROB90: movups %xmm0, (%esp)
; PROB90: nop # variant = 4
@@ -87,8 +87,8 @@ entry:
; MAXNOPS2: nop # variant = 0
; MAXNOPS2: nop # variant = 3
; MAXNOPS2: pmuludq %xmm2, %xmm1
-; MAXNOPS2: shufps $136, %xmm1, %xmm0
-; MAXNOPS2: pshufd $216, %xmm0, %xmm0
+; MAXNOPS2: shufps $-120, %xmm1, %xmm0
+; MAXNOPS2: pshufd $-40, %xmm0, %xmm0
; MAXNOPS2: nop # variant = 3
; MAXNOPS2: movups %xmm0, (%esp)
; MAXNOPS2: nop # variant = 0

Powered by Google App Engine
This is Rietveld 408576698