69 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx | FileCheck %s3 4; Function Attrs: nounwind readonly uwtable5define <2 x double> @sqrtd2(ptr nocapture readonly %v) local_unnamed_addr #0 {6; CHECK-LABEL: sqrtd2:7; CHECK: # %bb.0: # %entry8; CHECK-NEXT: vmovsd {{.*#+}} xmm0 = mem[0],zero9; CHECK-NEXT: vmovsd {{.*#+}} xmm1 = mem[0],zero10; CHECK-NEXT: vsqrtsd %xmm0, %xmm0, %xmm011; CHECK-NEXT: vsqrtsd %xmm1, %xmm1, %xmm112; CHECK-NEXT: vunpcklpd {{.*#+}} xmm0 = xmm0[0],xmm1[0]13; CHECK-NEXT: retq14entry:15 %0 = load double, ptr %v, align 816 %call = tail call double @sqrt(double %0) #217 %arrayidx1 = getelementptr inbounds double, ptr %v, i64 118 %1 = load double, ptr %arrayidx1, align 819 %call2 = tail call double @sqrt(double %1) #220 %vecinit.i = insertelement <2 x double> undef, double %call, i32 021 %vecinit1.i = insertelement <2 x double> %vecinit.i, double %call2, i32 122 ret <2 x double> %vecinit1.i23}24 25; Function Attrs: nounwind readnone26declare double @sqrt(double) local_unnamed_addr #127 28; Function Attrs: nounwind readonly uwtable29define <4 x float> @sqrtf4(ptr nocapture readonly %v) local_unnamed_addr #0 {30; CHECK-LABEL: sqrtf4:31; CHECK: # %bb.0: # %entry32; CHECK-NEXT: vmovss {{.*#+}} xmm0 = mem[0],zero,zero,zero33; CHECK-NEXT: vmovss {{.*#+}} xmm1 = mem[0],zero,zero,zero34; CHECK-NEXT: vsqrtss %xmm0, %xmm0, %xmm035; CHECK-NEXT: vsqrtss %xmm1, %xmm1, %xmm136; CHECK-NEXT: vinsertps {{.*#+}} xmm0 = xmm0[0],xmm1[0],xmm0[2,3]37; CHECK-NEXT: vmovss {{.*#+}} xmm1 = mem[0],zero,zero,zero38; CHECK-NEXT: vsqrtss %xmm1, %xmm1, %xmm139; CHECK-NEXT: vinsertps {{.*#+}} xmm0 = xmm0[0,1],xmm1[0],xmm0[3]40; CHECK-NEXT: vmovss {{.*#+}} xmm1 = mem[0],zero,zero,zero41; CHECK-NEXT: vsqrtss %xmm1, %xmm1, %xmm142; CHECK-NEXT: vinsertps {{.*#+}} xmm0 = xmm0[0,1,2],xmm1[0]43; CHECK-NEXT: retq44entry:45 %0 = load float, ptr %v, align 446 %call = tail call float @sqrtf(float %0) #247 %arrayidx1 = getelementptr inbounds float, ptr %v, i64 148 %1 = load float, ptr %arrayidx1, align 449 %call2 = tail call float @sqrtf(float %1) #250 %arrayidx3 = getelementptr inbounds float, ptr %v, i64 251 %2 = load float, ptr %arrayidx3, align 452 %call4 = tail call float @sqrtf(float %2) #253 %arrayidx5 = getelementptr inbounds float, ptr %v, i64 354 %3 = load float, ptr %arrayidx5, align 455 %call6 = tail call float @sqrtf(float %3) #256 %vecinit.i = insertelement <4 x float> undef, float %call, i32 057 %vecinit1.i = insertelement <4 x float> %vecinit.i, float %call2, i32 158 %vecinit2.i = insertelement <4 x float> %vecinit1.i, float %call4, i32 259 %vecinit3.i = insertelement <4 x float> %vecinit2.i, float %call6, i32 360 ret <4 x float> %vecinit3.i61}62 63; Function Attrs: nounwind readnone64declare float @sqrtf(float) local_unnamed_addr #165 66attributes #0 = { nounwind readonly uwtable "target-features"="+avx" "use-soft-float"="false" }67attributes #1 = { nounwind readnone "target-features"="+avx2" "use-soft-float"="false" }68attributes #2 = { nounwind readnone }69