We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2536ea8 commit 4c0f071Copy full SHA for 4c0f071
llvm/test/Transforms/InstSimplify/sincos.ll
@@ -42,7 +42,7 @@ define { <2 x float>, <2 x float> } @sincos_vector() {
42
43
define { <2 x float>, <2 x float> } @sincos_zero_vector() {
44
; CHECK-LABEL: define { <2 x float>, <2 x float> } @sincos_zero_vector() {
45
-; CHECK-NEXT: ret { <2 x float>, <2 x float> } { <2 x float> zeroinitializer, <2 x float> <float 1.000000e+00, float 1.000000e+00> }
+; CHECK-NEXT: ret { <2 x float>, <2 x float> } { <2 x float> zeroinitializer, <2 x float> splat (float 1.000000e+00) }
46
;
47
%ret = call { <2 x float>, <2 x float> } @llvm.sincos.v2f32(<2 x float> zeroinitializer)
48
ret { <2 x float>, <2 x float> } %ret
0 commit comments