diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2018-10-29 21:07:27 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2018-10-29 21:07:27 +0000 |
commit | 5cb950200c9f3ec9c74b09e2a44a6613d7bc5302 (patch) | |
tree | daf8b63e1d2f6e2ea17e05557688292ab76a3001 /llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll | |
parent | 33603198f23aeda60957133eb4fdb9b588c59d9b (diff) | |
download | bcm5719-llvm-5cb950200c9f3ec9c74b09e2a44a6613d7bc5302.tar.gz bcm5719-llvm-5cb950200c9f3ec9c74b09e2a44a6613d7bc5302.zip |
AMDGPU: Enable code object v3 by default
Differential Revision: https://reviews.llvm.org/D53525
llvm-svn: 345542
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll b/llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll index b2ac534a7d6..17f557b3a6c 100644 --- a/llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll +++ b/llvm/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=kaveri -mattr=+flat-for-global < %s | FileCheck -check-prefix=HSA -check-prefix=HSA-DEFAULT -check-prefix=ALL %s -; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=kaveri -mattr=-flat-for-global < %s | FileCheck -check-prefix=HSA -check-prefix=HSA-NODEFAULT -check-prefix=ALL %s +; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3,+flat-for-global < %s | FileCheck -check-prefix=HSA -check-prefix=HSA-DEFAULT -check-prefix=ALL %s +; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3,-flat-for-global < %s | FileCheck -check-prefix=HSA -check-prefix=HSA-NODEFAULT -check-prefix=ALL %s ; RUN: llc -mtriple=amdgcn-- -mcpu=tonga < %s | FileCheck -check-prefix=HSA-NOADDR64 -check-prefix=ALL %s ; RUN: llc -mtriple=amdgcn-- -mcpu=kaveri -mattr=-flat-for-global < %s | FileCheck -check-prefix=NOHSA-DEFAULT -check-prefix=ALL %s ; RUN: llc -mtriple=amdgcn-- -mcpu=kaveri -mattr=+flat-for-global < %s | FileCheck -check-prefix=NOHSA-NODEFAULT -check-prefix=ALL %s |