diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-03-19 22:19:43 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-03-19 22:19:43 +0000 |
| commit | 547aff20f51d8df72a7005866278055b9f95e34d (patch) | |
| tree | f35b8ffbd8bc18d758aa67a0f73d15031612a1d7 /llvm/test/CodeGen/R600/local-memory.ll | |
| parent | 9cd8c38a32f098c811bb205ece892ec687e48f19 (diff) | |
| download | bcm5719-llvm-547aff20f51d8df72a7005866278055b9f95e34d.tar.gz bcm5719-llvm-547aff20f51d8df72a7005866278055b9f95e34d.zip | |
R600/SI: Don't display the GDS bit.
It isn't actually used now, and probably never will be, plus it makes
tests less annoying. I also think SC prints GDS instructions as a
separate instruction name.
llvm-svn: 204270
Diffstat (limited to 'llvm/test/CodeGen/R600/local-memory.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/local-memory.ll | 4 |
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: |

