diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-01-28 16:04:26 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-01-28 16:04:26 +0000 |
commit | 40ce8af4a5750cb7b35c3bf588b87820a6bb8ce7 (patch) | |
tree | b9119f4ebe3ad7e2774ea3deee6db79bfa87ee8c /llvm/test/CodeGen/R600/inline-asm.ll | |
parent | d99fb956a3c8554a6701d52e1e78f60c21155011 (diff) | |
download | bcm5719-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/inline-asm.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/inline-asm.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/inline-asm.ll b/llvm/test/CodeGen/R600/inline-asm.ll index 37e4486db38..efc2292de3a 100644 --- a/llvm/test/CodeGen/R600/inline-asm.ll +++ b/llvm/test/CodeGen/R600/inline-asm.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s -; RUN: llc < %s -march=r600 -mcpu=tonga -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s ; CHECK: {{^}}inline_asm: ; CHECK: s_endpgm |