summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU
diff options
context:
space:
mode:
authorTim Renouf <tpr.llvm@botech.co.uk>2018-02-06 13:39:38 +0000
committerTim Renouf <tpr.llvm@botech.co.uk>2018-02-06 13:39:38 +0000
commit807ecc3d6670e9c83c4d8dde513b0dddca17356f (patch)
treec8613ab6df850f8eaba9fd5544bc1918f4fa6dbf /llvm/test/CodeGen/AMDGPU
parent33c86f87400c6517418a93068e507547b7582744 (diff)
downloadbcm5719-llvm-807ecc3d6670e9c83c4d8dde513b0dddca17356f.tar.gz
bcm5719-llvm-807ecc3d6670e9c83c4d8dde513b0dddca17356f.zip
[AMDGPU] do not generate .AMDGPU.config for amdpal os type
Summary: Now we generate PAL metadata for the amdpal os type, there is no need to generate the .AMDGPU.config section. Reviewers: arsenm, nhaehnle, dstuttard Subscribers: kzhuravl, wdng, yaxunl, t-tye, llvm-commits Differential Revision: https://reviews.llvm.org/D37760 Change-Id: I303c5fad66656ce97293da60621afac6595b4c18 llvm-svn: 324346
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU')
-rw-r--r--llvm/test/CodeGen/AMDGPU/amdpal.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/amdpal.ll b/llvm/test/CodeGen/AMDGPU/amdpal.ll
index 3aaa5898ba5..c8f37fbe0b3 100644
--- a/llvm/test/CodeGen/AMDGPU/amdpal.ll
+++ b/llvm/test/CodeGen/AMDGPU/amdpal.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=amdgcn--amdpal -mcpu=tahiti | FileCheck --check-prefix=PAL --enable-var-scope %s
-; PAL: .AMDGPU.config
-
+; PAL-NOT: .AMDGPU.config
+; PAL-LABEL: {{^}}simple:
define amdgpu_kernel void @simple(i32 addrspace(1)* %out) {
entry:
store i32 0, i32 addrspace(1)* %out
OpenPOWER on IntegriCloud