summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/local-memory.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/local-memory.ll')
-rw-r--r--llvm/test/CodeGen/R600/local-memory.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/local-memory.ll b/llvm/test/CodeGen/R600/local-memory.ll
index 8db78ad46a6..6ebe41d0a8f 100644
--- a/llvm/test/CodeGen/R600/local-memory.ll
+++ b/llvm/test/CodeGen/R600/local-memory.ll
@@ -18,7 +18,7 @@
; EG-CHECK: LDS_WRITE
; SI-CHECK-NOT: S_WQM_B64
-; SI-CHECK: DS_WRITE_B32 0
+; SI-CHECK: DS_WRITE_B32
; GROUP_BARRIER must be the last instruction in a clause
; EG-CHECK: GROUP_BARRIER
@@ -26,7 +26,7 @@
; SI-CHECK: S_BARRIER
; EG-CHECK: LDS_READ_RET
-; SI-CHECK: DS_READ_B32 {{v[0-9]+}}, 0
+; SI-CHECK: DS_READ_B32 {{v[0-9]+}},
define void @local_memory(i32 addrspace(1)* %out) {
entry:
OpenPOWER on IntegriCloud