summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/array-ptr-calc-i64.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-01-06 18:00:21 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-01-06 18:00:21 +0000
commit49f8bfdcb71ce973ca847243c84cfea607cfa847 (patch)
tree4a4270ff96995d309125c7ec51f445f3753aae3e /llvm/test/CodeGen/R600/array-ptr-calc-i64.ll
parent07f1160a0c20f8a81245ef9db5fa6b828819923b (diff)
downloadbcm5719-llvm-49f8bfdcb71ce973ca847243c84cfea607cfa847.tar.gz
bcm5719-llvm-49f8bfdcb71ce973ca847243c84cfea607cfa847.zip
R600/SI: Add a stub GCNTargetMachine
This is equivalent to the AMDGPUTargetMachine now, but it is the starting point for separating R600 and GCN functionality into separate targets. It is recommened that users start using the gcn triple for GCN-based GPUs, because using the r600 triple for these GPUs will be deprecated in the future. llvm-svn: 225277
Diffstat (limited to 'llvm/test/CodeGen/R600/array-ptr-calc-i64.ll')
-rw-r--r--llvm/test/CodeGen/R600/array-ptr-calc-i64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/array-ptr-calc-i64.ll b/llvm/test/CodeGen/R600/array-ptr-calc-i64.ll
index 75f6394873e..32e657db7bc 100644
--- a/llvm/test/CodeGen/R600/array-ptr-calc-i64.ll
+++ b/llvm/test/CodeGen/R600/array-ptr-calc-i64.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
+; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
declare i32 @llvm.SI.tid() readnone
OpenPOWER on IntegriCloud