summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/local-memory.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-05-05 20:07:37 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-05-05 20:07:37 +0000
commit6689abe632024f29d4c9d3c31fe0a740942a6e49 (patch)
tree31a382dcf555dc182ac44dbafb04b5e35683204e /llvm/test/CodeGen/AMDGPU/local-memory.ll
parent8eb3397a73d1968beec5bd984966de49ae94cdaf (diff)
downloadbcm5719-llvm-6689abe632024f29d4c9d3c31fe0a740942a6e49.tar.gz
bcm5719-llvm-6689abe632024f29d4c9d3c31fe0a740942a6e49.zip
AMDGPU: Run r600 tests last
llvm-svn: 268672
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/local-memory.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/local-memory.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/local-memory.ll b/llvm/test/CodeGen/AMDGPU/local-memory.ll
index 9ffb59e7092..6ccfe737d27 100644
--- a/llvm/test/CodeGen/AMDGPU/local-memory.ll
+++ b/llvm/test/CodeGen/AMDGPU/local-memory.ll
@@ -1,6 +1,6 @@
-; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
; RUN: llc -march=amdgcn -mcpu=bonaire -verify-machineinstrs < %s | FileCheck -check-prefix=CI -check-prefix=FUNC %s
+; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
@local_memory.local_mem = internal unnamed_addr addrspace(3) global [128 x i32] undef, align 4
OpenPOWER on IntegriCloud