summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
commit79243d9664671d43eb2d688b3b1b30bf9a5a19b7 (patch)
treece9b59b6bfc7ab0c68963918fa5f07cc838f99f4 /llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll
parent0a4e9a3b25ceac87bede40e6b4f7cae01468a507 (diff)
downloadbcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.tar.gz
bcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.zip
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
llvm-svn: 218776
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll')
-rw-r--r--llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll b/llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll
index df6c3bb6a2c..dcfa07f8fa2 100644
--- a/llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll
+++ b/llvm/test/CodeGen/R600/llvm.AMDGPU.rcp.ll
@@ -10,7 +10,7 @@ declare double @llvm.AMDGPU.rcp.f64(double) nounwind readnone
declare float @llvm.sqrt.f32(float) nounwind readnone
-; FUNC-LABEL: @rcp_f32
+; FUNC-LABEL: {{^}}rcp_f32:
; SI: V_RCP_F32_e32
; EG: RECIP_IEEE
define void @rcp_f32(float addrspace(1)* %out, float %src) nounwind {
@@ -20,7 +20,7 @@ define void @rcp_f32(float addrspace(1)* %out, float %src) nounwind {
}
; FIXME: Evergreen only ever does unsafe fp math.
-; FUNC-LABEL: @rcp_pat_f32
+; FUNC-LABEL: {{^}}rcp_pat_f32:
; SI-SAFE: V_RCP_F32_e32
; XSI-SAFE-SPDENORM-NOT: V_RCP_F32_e32
@@ -33,7 +33,7 @@ define void @rcp_pat_f32(float addrspace(1)* %out, float %src) nounwind {
ret void
}
-; FUNC-LABEL: @rsq_rcp_pat_f32
+; FUNC-LABEL: {{^}}rsq_rcp_pat_f32:
; SI-UNSAFE: V_RSQ_F32_e32
; SI-SAFE: V_SQRT_F32_e32
; SI-SAFE: V_RCP_F32_e32
OpenPOWER on IntegriCloud