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

Unified Diff: tests_lit/assembler/arm32/global-load-store.ll

Issue 1425243002: Fix more movw/movt ARM integrated assembler tests. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/global-load-store.ll
diff --git a/tests_lit/assembler/arm32/global-load-store.ll b/tests_lit/assembler/arm32/global-load-store.ll
index a285e4856ab8a19508716ffbf2d0dc33c0b00d91..3f7f6a7a17027d26074b93f3bd9f15d1d1749c42 100644
--- a/tests_lit/assembler/arm32/global-load-store.ll
+++ b/tests_lit/assembler/arm32/global-load-store.ll
@@ -55,8 +55,8 @@ define internal i32 @load() {
; IASM-LABEL:load:
; IASM-NEXT: .Lload$__0:
-; IASM-NEXT: movw r0, #:lower16:global1
-; IASM-NEXT: movt r0, #:upper16:global1
+; IASM-NEXT: movw r0, #:lower16:global1 @ .word e3000000
+; IASM-NEXT: movt r0, #:upper16:global1 @ .word e3400000
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x90
@@ -87,8 +87,8 @@ define internal void @store(i32 %v) {
; IASM-LABEL:store:
; IASM-NEXT: .Lstore$__0:
-; IASM-NEXT: movw r1, #:lower16:global1
-; IASM-NEXT: movt r1, #:upper16:global1
+; IASM-NEXT: movw r1, #:lower16:global1 @ .word e3001000
+; IASM-NEXT: movt r1, #:upper16:global1 @ .word e3401000
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x81
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698