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

Unified Diff: tests_lit/llvm2ice_tests/64bit.pnacl.ll

Issue 539743002: Subzero: Render constants in dump() to be more like LLVM. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 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 | « szdiff.py ('k') | tests_lit/llvm2ice_tests/branch-simple.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/64bit.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/64bit.pnacl.ll b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
index 58091dde5ab9aabcba758364e5b0ad81633d280d..c21063b97f5033315a28b53cad87414065f943ca 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -1159,8 +1159,8 @@ entry:
define internal void @store64Const(i32 %a) {
entry:
- %a.asptr = inttoptr i32 %a to i64*
- store i64 -2401053092306725256, i64* %a.asptr, align 1
+ %__1 = inttoptr i32 %a to i64*
+ store i64 -2401053092306725256, i64* %__1, align 1
ret void
}
; CHECK-LABEL: store64Const
« no previous file with comments | « szdiff.py ('k') | tests_lit/llvm2ice_tests/branch-simple.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698