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

Unified Diff: tests_lit/llvm2ice_tests/rng.ll

Issue 1419903002: Subzero: Refactor x86 register definitions to use the alias mechanism. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix assembler unit tests. Fix register names. Code review changes. Rebase Created 5 years, 2 months 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
« no previous file with comments | « tests_lit/llvm2ice_tests/randomize-regalloc.ll ('k') | unittest/AssemblerX8632/GPRArith.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/rng.ll
diff --git a/tests_lit/llvm2ice_tests/rng.ll b/tests_lit/llvm2ice_tests/rng.ll
index aa615309888ca45827ea0026e2b7c93779718c6f..036b91b57035e48ac88aaec45b75904b668a8713 100644
--- a/tests_lit/llvm2ice_tests/rng.ll
+++ b/tests_lit/llvm2ice_tests/rng.ll
@@ -189,14 +189,14 @@ entry:
ret <4 x i32> %res
; REGALLOC-LABEL: func4
-; REGALLOC: movups xmm3,xmm0
+; REGALLOC: movups xmm5,xmm0
; REGALLOC-NEXT: pshufd xmm0,xmm0,0x31
-; REGALLOC-NEXT: pshufd xmm5,xmm1,0x31
-; REGALLOC-NEXT: pmuludq xmm3,xmm1
-; REGALLOC-NEXT: pmuludq xmm0,xmm5
-; REGALLOC-NEXT: shufps xmm3,xmm0,0x88
-; REGALLOC-NEXT: pshufd xmm3,xmm3,0xd8
-; REGALLOC-NEXT: movups xmm0,xmm3
+; REGALLOC-NEXT: pshufd xmm4,xmm1,0x31
+; REGALLOC-NEXT: pmuludq xmm5,xmm1
+; REGALLOC-NEXT: pmuludq xmm0,xmm4
+; REGALLOC-NEXT: shufps xmm5,xmm0,0x88
+; REGALLOC-NEXT: pshufd xmm5,xmm5,0xd8
+; REGALLOC-NEXT: movups xmm0,xmm5
; REGALLOC-NEXT: ret
}
« no previous file with comments | « tests_lit/llvm2ice_tests/randomize-regalloc.ll ('k') | unittest/AssemblerX8632/GPRArith.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698