summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-15 17:51:30 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-04-15 17:51:30 +0000
commitbf1efe642111043eeb7ccaf3da759f4d2d1e4647 (patch)
tree269831e403fca490d6275de0c5d4fe102dcc3a34 /test/CodeGen/R600
parent3a63bf27c54e0975a219f723381494f2be52c7e2 (diff)
downloadllvm-bf1efe642111043eeb7ccaf3da759f4d2d1e4647.tar.gz
llvm-bf1efe642111043eeb7ccaf3da759f4d2d1e4647.tar.bz2
llvm-bf1efe642111043eeb7ccaf3da759f4d2d1e4647.tar.xz
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600')
-rw-r--r--test/CodeGen/R600/elf.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/elf.ll b/test/CodeGen/R600/elf.ll
index 470e4cac0f..2383148c53 100644
--- a/test/CodeGen/R600/elf.ll
+++ b/test/CodeGen/R600/elf.ll
@@ -1,6 +1,7 @@
; RUN: llc < %s -march=r600 -mcpu=SI -filetype=obj | llvm-readobj -s - | FileCheck %s
; CHECK: Format: ELF32
+; CHECK: Name: .AMDGPU.config
define void @test(i32 %p) {
%i = add i32 %p, 2
%r = bitcast i32 %i to float