diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-09-05 18:37:52 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-09-05 18:37:52 +0000 |
commit | 402b8e2175dc926eef664ec03bd61c7922a50447 (patch) | |
tree | fedb7c09d811acc8a9160aeb8a06549e699bcaf6 /test/CodeGen/R600/local-memory.ll | |
parent | 791cdd5fe08162f982e013057b587c9a8ff0bd03 (diff) | |
download | external_llvm-402b8e2175dc926eef664ec03bd61c7922a50447.zip external_llvm-402b8e2175dc926eef664ec03bd61c7922a50447.tar.gz external_llvm-402b8e2175dc926eef664ec03bd61c7922a50447.tar.bz2 |
R600/SI: Don't emit S_WQM_B64 instruction for compute shaders
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/local-memory.ll')
-rw-r--r-- | test/CodeGen/R600/local-memory.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/local-memory.ll b/test/CodeGen/R600/local-memory.ll index 9ebb769..bd0d59c 100644 --- a/test/CodeGen/R600/local-memory.ll +++ b/test/CodeGen/R600/local-memory.ll @@ -13,6 +13,7 @@ ; SI-CHECK-NEXT: .long 32768 ; EG-CHECK: LDS_WRITE +; SI-CHECK_NOT: S_WQM_B64 ; SI-CHECK: DS_WRITE_B32 0 ; GROUP_BARRIER must be the last instruction in a clause |