summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/fma.f64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/fma.f64.ll')
-rw-r--r--llvm/test/CodeGen/R600/fma.f64.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/fma.f64.ll b/llvm/test/CodeGen/R600/fma.f64.ll
index b4b9450e2f7..e4fb441bbfc 100644
--- a/llvm/test/CodeGen/R600/fma.f64.ll
+++ b/llvm/test/CodeGen/R600/fma.f64.ll
@@ -5,7 +5,7 @@ declare <2 x double> @llvm.fma.v2f64(<2 x double>, <2 x double>, <2 x double>) n
declare <4 x double> @llvm.fma.v4f64(<4 x double>, <4 x double>, <4 x double>) nounwind readnone
-; FUNC-LABEL: @fma_f64
+; FUNC-LABEL: {{^}}fma_f64:
; SI: V_FMA_F64 {{v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\]}}
define void @fma_f64(double addrspace(1)* %out, double addrspace(1)* %in1,
double addrspace(1)* %in2, double addrspace(1)* %in3) {
@@ -17,7 +17,7 @@ define void @fma_f64(double addrspace(1)* %out, double addrspace(1)* %in1,
ret void
}
-; FUNC-LABEL: @fma_v2f64
+; FUNC-LABEL: {{^}}fma_v2f64:
; SI: V_FMA_F64
; SI: V_FMA_F64
define void @fma_v2f64(<2 x double> addrspace(1)* %out, <2 x double> addrspace(1)* %in1,
@@ -30,7 +30,7 @@ define void @fma_v2f64(<2 x double> addrspace(1)* %out, <2 x double> addrspace(1
ret void
}
-; FUNC-LABEL: @fma_v4f64
+; FUNC-LABEL: {{^}}fma_v4f64:
; SI: V_FMA_F64
; SI: V_FMA_F64
; SI: V_FMA_F64
OpenPOWER on IntegriCloud