summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vld3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vld3.ll')
-rw-r--r--test/CodeGen/ARM/vld3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/vld3.ll b/test/CodeGen/ARM/vld3.ll
index 33c4d37b3e..65a24486bc 100644
--- a/test/CodeGen/ARM/vld3.ll
+++ b/test/CodeGen/ARM/vld3.ll
@@ -50,7 +50,7 @@ define <2 x float> @vld3f(float* %A) nounwind {
%tmp1 = call %struct.__neon_float32x2x3_t @llvm.arm.neon.vld3.v2f32(i8* %tmp0)
%tmp2 = extractvalue %struct.__neon_float32x2x3_t %tmp1, 0
%tmp3 = extractvalue %struct.__neon_float32x2x3_t %tmp1, 2
- %tmp4 = add <2 x float> %tmp2, %tmp3
+ %tmp4 = fadd <2 x float> %tmp2, %tmp3
ret <2 x float> %tmp4
}
@@ -108,7 +108,7 @@ define <4 x float> @vld3Qf(float* %A) nounwind {
%tmp1 = call %struct.__neon_float32x4x3_t @llvm.arm.neon.vld3.v4f32(i8* %tmp0)
%tmp2 = extractvalue %struct.__neon_float32x4x3_t %tmp1, 0
%tmp3 = extractvalue %struct.__neon_float32x4x3_t %tmp1, 2
- %tmp4 = add <4 x float> %tmp2, %tmp3
+ %tmp4 = fadd <4 x float> %tmp2, %tmp3
ret <4 x float> %tmp4
}