@@ -414,7 +414,7 @@ for.end:
414414
415415define  void  @acos_f32_intrinsic (ptr  nocapture  %varray ) {
416416; CHECK-LABEL: @acos_f32_intrinsic( 
417- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x float> @llvm.acos.v2f32(<2 x float> [[TMP4:%.*]]) 
417+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x float> @llvm.acos.v2f32(<2 x float> [[TMP4:%.*]]) 
418418; CHECK-VF4:    [[TMP5:%.*]] = call <4 x float> @amd_vrs4_acosf(<4 x float> [[TMP4:%.*]]) 
419419; CHECK-VF8:    [[TMP5:%.*]] = call <8 x float> @amd_vrs8_acosf(<8 x float> [[TMP4:%.*]]) 
420420; CHECK-VF16:   [[TMP5:%.*]] = call <16 x float> @amd_vrs16_acosf(<16 x float> [[TMP4:%.*]]) 
@@ -488,10 +488,10 @@ for.end:
488488
489489define  void  @asin_f64_intrinsic (ptr  nocapture  %varray ) {
490490; CHECK-LABEL: @asin_f64_intrinsic( 
491- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x double> @llvm.asin.v2f64(<2 x double> [[TMP4:%.*]]) 
492- ; CHECK-VF4-NOT: [[TMP5:%.*]] = call <4 x double> @llvm.asin.v4f64(<4 x double> [[TMP4:%.*]]) 
491+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x double> @llvm.asin.v2f64(<2 x double> [[TMP4:%.*]]) 
492+ ; CHECK-VF4:     [[TMP5:%.*]] = call <4 x double> @llvm.asin.v4f64(<4 x double> [[TMP4:%.*]]) 
493493; CHECK-VF8:    [[TMP5:%.*]] = call <8 x double> @amd_vrd8_asin(<8 x double> [[TMP4:%.*]]) 
494- ; CHECK-VF16-NOT: [[TMP5:%.*]] = call <16 x double> @llvm.asin.v16f64(<16 x double> [[TMP4:%.*]]) 
494+ ; CHECK-VF16:    [[TMP5:%.*]] = call <16 x double> @llvm.asin.v16f64(<16 x double> [[TMP4:%.*]]) 
495495; CHECK:        ret void 
496496; 
497497entry:
@@ -514,7 +514,7 @@ for.end:
514514
515515define  void  @asin_f32_intrinsic (ptr  nocapture  %varray ) {
516516; CHECK-LABEL: @asin_f32_intrinsic( 
517- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x float> @llvm.asin.v2f32(<2 x float> [[TMP4:%.*]]) 
517+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x float> @llvm.asin.v2f32(<2 x float> [[TMP4:%.*]]) 
518518; CHECK-VF4:    [[TMP5:%.*]] = call <4 x float> @amd_vrs4_asinf(<4 x float> [[TMP4:%.*]]) 
519519; CHECK-VF8:    [[TMP5:%.*]] = call <8 x float> @amd_vrs8_asinf(<8 x float> [[TMP4:%.*]]) 
520520; CHECK-VF16:   [[TMP5:%.*]] = call <16 x float> @amd_vrs16_asinf(<16 x float> [[TMP4:%.*]]) 
@@ -593,7 +593,7 @@ define void @atan_f64_intrinsic(ptr nocapture %varray) {
593593; CHECK-VF2:    [[TMP5:%.*]] = call <2 x double> @amd_vrd2_atan(<2 x double> [[TMP4:%.*]]) 
594594; CHECK-VF4:    [[TMP5:%.*]] = call <4 x double> @amd_vrd4_atan(<4 x double> [[TMP4:%.*]]) 
595595; CHECK-VF8:    [[TMP5:%.*]] = call <8 x double> @amd_vrd8_atan(<8 x double> [[TMP4:%.*]]) 
596- ; CHECK-VF16-NOT: [[TMP5:%.*]] = call <16 x double> @llvm.atan.v16f64(<16 x double> [[TMP4:%.*]]) 
596+ ; CHECK-VF16:    [[TMP5:%.*]] = call <16 x double> @llvm.atan.v16f64(<16 x double> [[TMP4:%.*]]) 
597597; CHECK:        ret void 
598598; 
599599entry:
@@ -616,7 +616,7 @@ for.end:
616616
617617define  void  @atan_f32_intrinsic (ptr  nocapture  %varray ) {
618618; CHECK-LABEL: @atan_f32_intrinsic( 
619- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x float> @llvm.atan.v2f32(<2 x float> [[TMP4:%.*]]) 
619+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x float> @llvm.atan.v2f32(<2 x float> [[TMP4:%.*]]) 
620620; CHECK-VF4:    [[TMP5:%.*]] = call <4 x float> @amd_vrs4_atanf(<4 x float> [[TMP4:%.*]]) 
621621; CHECK-VF8:    [[TMP5:%.*]] = call <8 x float> @amd_vrs8_atanf(<8 x float> [[TMP4:%.*]]) 
622622; CHECK-VF16:   [[TMP5:%.*]] = call <16 x float> @amd_vrs16_atanf(<16 x float> [[TMP4:%.*]]) 
@@ -690,9 +690,9 @@ for.end:
690690define  void  @cosh_f64_intrinsic (ptr  nocapture  %varray ) {
691691; CHECK-LABEL: @cosh_f64_intrinsic( 
692692; CHECK-VF2:    [[TMP5:%.*]] = call <2 x double> @amd_vrd2_cosh(<2 x double> [[TMP4:%.*]]) 
693- ; CHECK-VF4-NOT: [[TMP5:%.*]] = call <4 x double> @llvm.cosh.v4f64(<4 x double> [[TMP4:%.*]]) 
694- ; CHECK-VF8-NOT: [[TMP5:%.*]] = call <8 x double> @llvm.cosh.v8f64(<8 x double> [[TMP4:%.*]]) 
695- ; CHECK-VF16-NOT: [[TMP5:%.*]] = call <16 x double> @llvm.cosh.v16f64(<16 x double> [[TMP4:%.*]]) 
693+ ; CHECK-VF4:     [[TMP5:%.*]] = call <4 x double> @llvm.cosh.v4f64(<4 x double> [[TMP4:%.*]]) 
694+ ; CHECK-VF8:     [[TMP5:%.*]] = call <8 x double> @llvm.cosh.v8f64(<8 x double> [[TMP4:%.*]]) 
695+ ; CHECK-VF16:    [[TMP5:%.*]] = call <16 x double> @llvm.cosh.v16f64(<16 x double> [[TMP4:%.*]]) 
696696; CHECK:        ret void 
697697; 
698698entry:
@@ -715,10 +715,10 @@ for.end:
715715
716716define  void  @cosh_f32_intrinsic (ptr  nocapture  %varray ) {
717717; CHECK-LABEL: @cosh_f32_intrinsic( 
718- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x float> @llvm.cosh.v2f32(<2 x float> [[TMP4:%.*]]) 
718+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x float> @llvm.cosh.v2f32(<2 x float> [[TMP4:%.*]]) 
719719; CHECK-VF4:    [[TMP5:%.*]] = call <4 x float> @amd_vrs4_coshf(<4 x float> [[TMP4:%.*]]) 
720720; CHECK-VF8:    [[TMP5:%.*]] = call <8 x float> @amd_vrs8_coshf(<8 x float> [[TMP4:%.*]]) 
721- ; CHECK-VF16-NOT: [[TMP5:%.*]] = call <16 x float> @llvm.cosh.v16f32(<16 x float> [[TMP4:%.*]]) 
721+ ; CHECK-VF16:    [[TMP5:%.*]] = call <16 x float> @llvm.cosh.v16f32(<16 x float> [[TMP4:%.*]]) 
722722; CHECK:        ret void 
723723; 
724724entry:
@@ -766,7 +766,7 @@ for.end:
766766
767767define  void  @tanh_f32_intrinsic (ptr  nocapture  %varray ) {
768768; CHECK-LABEL: @tanh_f32_intrinsic( 
769- ; CHECK-VF2-NOT: [[TMP5:%.*]] = call <2 x float> @llvm.tanh.v2f32(<2 x float> [[TMP4:%.*]]) 
769+ ; CHECK-VF2:     [[TMP5:%.*]] = call <2 x float> @llvm.tanh.v2f32(<2 x float> [[TMP4:%.*]]) 
770770; CHECK-VF4:    [[TMP5:%.*]] = call <4 x float> @amd_vrs4_tanhf(<4 x float> [[TMP4:%.*]]) 
771771; CHECK-VF8:    [[TMP5:%.*]] = call <8 x float> @amd_vrs8_tanhf(<8 x float> [[TMP4:%.*]]) 
772772; CHECK-VF16:   [[TMP5:%.*]] = call <16 x float> @amd_vrs16_tanhf(<16 x float> [[TMP4:%.*]]) 
0 commit comments