summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-08-16 01:18:43 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-08-16 01:18:43 +0000
commitb07ec9606813cf16b137f0bb9ce09ca7ce57f026 (patch)
tree2674dfd7f9aca32e97da4be172600c63d1b40294 /test/CodeGen/R600
parenta6a39ced095c2f453624ce62c4aead25db41a18f (diff)
downloadllvm-b07ec9606813cf16b137f0bb9ce09ca7ce57f026.tar.gz
llvm-b07ec9606813cf16b137f0bb9ce09ca7ce57f026.tar.bz2
llvm-b07ec9606813cf16b137f0bb9ce09ca7ce57f026.tar.xz
Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"
This reverts commit a6a39ced095c2f453624ce62c4aead25db41a18f. This is the wrong version of this fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600')
-rw-r--r--test/CodeGen/R600/local-memory.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/local-memory.ll b/test/CodeGen/R600/local-memory.ll
index ca322ab82a..5458fb9057 100644
--- a/test/CodeGen/R600/local-memory.ll
+++ b/test/CodeGen/R600/local-memory.ll
@@ -13,7 +13,7 @@
; SI-CHECK-NEXT: .long 32768
; EG-CHECK: LDS_WRITE
-; 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
@@ -21,7 +21,7 @@
; SI-CHECK: S_BARRIER
; EG-CHECK: LDS_READ_RET
-; SI-CHECK: DS_READ_B32 VGPR{{[0-9]}}, 0
+; SI-CHECK: DS_READ_B32
define void @local_memory(i32 addrspace(1)* %out) {
entry: