summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/trunc-cmp-constant.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-01-28 16:04:26 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-01-28 16:04:26 +0000
commit40ce8af4a5750cb7b35c3bf588b87820a6bb8ce7 (patch)
treeb9119f4ebe3ad7e2774ea3deee6db79bfa87ee8c /llvm/test/CodeGen/R600/trunc-cmp-constant.ll
parentd99fb956a3c8554a6701d52e1e78f60c21155011 (diff)
downloadbcm5719-llvm-40ce8af4a5750cb7b35c3bf588b87820a6bb8ce7.tar.gz
bcm5719-llvm-40ce8af4a5750cb7b35c3bf588b87820a6bb8ce7.zip
R600: Move DataLayout to AMDGPUTargetMachine
This is a follow up to r227113. It is now required to use the amdgcn target for SI and newer GPUs. llvm-svn: 227316
Diffstat (limited to 'llvm/test/CodeGen/R600/trunc-cmp-constant.ll')
-rw-r--r--llvm/test/CodeGen/R600/trunc-cmp-constant.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/trunc-cmp-constant.ll b/llvm/test/CodeGen/R600/trunc-cmp-constant.ll
index 67a9aaffb6f..97af81d821d 100644
--- a/llvm/test/CodeGen/R600/trunc-cmp-constant.ll
+++ b/llvm/test/CodeGen/R600/trunc-cmp-constant.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
-; RUN: llc -march=r600 -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
; FUNC-LABEL {{^}}sextload_i1_to_i32_trunc_cmp_eq_0:
; SI: buffer_load_ubyte [[LOAD:v[0-9]+]]
OpenPOWER on IntegriCloud