diff options
| author | Vincent Lejeune <vljn@ovi.com> | 2013-07-31 19:31:56 +0000 |
|---|---|---|
| committer | Vincent Lejeune <vljn@ovi.com> | 2013-07-31 19:31:56 +0000 |
| commit | df18804e267c0fae8c527b19f36ce175a887b364 (patch) | |
| tree | 5ad5cff77301ebcae451a552cc0ec825b1d0b707 /llvm/test/CodeGen/R600/local-memory-two-objects.ll | |
| parent | 21de8baa156e4a0a76aadf1472f6d1ae16a55922 (diff) | |
| download | bcm5719-llvm-df18804e267c0fae8c527b19f36ce175a887b364.tar.gz bcm5719-llvm-df18804e267c0fae8c527b19f36ce175a887b364.zip | |
R600: Non vector only instruction can be scheduled on trans unit
llvm-svn: 187514
Diffstat (limited to 'llvm/test/CodeGen/R600/local-memory-two-objects.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/local-memory-two-objects.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/local-memory-two-objects.ll b/llvm/test/CodeGen/R600/local-memory-two-objects.ll index 6d3610e101e..4a012d91ead 100644 --- a/llvm/test/CodeGen/R600/local-memory-two-objects.ll +++ b/llvm/test/CodeGen/R600/local-memory-two-objects.ll @@ -12,7 +12,7 @@ ; CHECK-NEXT: .long 8 ; Make sure the lds writes are using different addresses. -; CHECK: LDS_WRITE {{[*]*}} {{PV|T}}[[ADDRW:[0-9]*\.[XYZW]]] +; CHECK: LDS_WRITE {{\** *}}{{PV|T}}[[ADDRW:[0-9]*\.[XYZW]]] ; CHECK-NOT: LDS_WRITE {{[*]*}} T[[ADDRW]] ; GROUP_BARRIER must be the last instruction in a clause |

