diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-01-06 18:00:21 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-01-06 18:00:21 +0000 |
commit | 1f996fa36b28f264b02c76b4bab3ac15c5a54bf4 (patch) | |
tree | 2d10ba47b93a3fcb8290e2cee7e5d0b176a8edca /test/CodeGen/R600/icmp64.ll | |
parent | a31ae5e0b0e16c6fdfa8241f9d30928b988605a8 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/icmp64.ll')
-rw-r--r-- | test/CodeGen/R600/icmp64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/icmp64.ll b/test/CodeGen/R600/icmp64.ll index 870bf7fc72b..ed0f221b87b 100644 --- a/test/CodeGen/R600/icmp64.ll +++ b/test/CodeGen/R600/icmp64.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 ; SI-LABEL: {{^}}test_i64_eq: ; SI: v_cmp_eq_i64 |