@@ -101,9 +101,9 @@ for.end:
101101}
102102
103103; CHECK-REMARKS: UserVF ignored because of invalid costs.
104- ; CHECK-REMARKS-NEXT : t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
105- ; CHECK-REMARKS-NEXT : t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
106- ; CHECK-REMARKS-NEXT : t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
104+ ; CHECK-REMARKS: t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
105+ ; CHECK-REMARKS: t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
106+ ; CHECK-REMARKS: t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
107107define void @vec_sin_no_mapping (ptr noalias nocapture %dst , ptr noalias nocapture readonly %src , i64 %n ) {
108108; CHECK: @vec_sin_no_mapping
109109; CHECK: call fast <2 x float> @llvm.sin.v2f32
@@ -127,11 +127,11 @@ for.cond.cleanup: ; preds = %for.body
127127}
128128
129129; CHECK-REMARKS: UserVF ignored because of invalid costs.
130- ; CHECK-REMARKS-NEXT : t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
131- ; CHECK-REMARKS-NEXT : t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd
132- ; CHECK-REMARKS-NEXT : t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
133- ; CHECK-REMARKS-NEXT : t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
134- ; CHECK-REMARKS-NEXT : t.c:3:40: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
130+ ; CHECK-REMARKS: t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
131+ ; CHECK-REMARKS: t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd
132+ ; CHECK-REMARKS: t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
133+ ; CHECK-REMARKS: t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
134+ ; CHECK-REMARKS: t.c:3:40: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
135135define void @vec_sin_no_mapping_ite (ptr noalias nocapture %dst , ptr noalias nocapture readonly %src , i64 %n ) {
136136; CHECK: @vec_sin_no_mapping_ite
137137; CHECK-NOT: <vscale x
@@ -165,9 +165,9 @@ for.cond.cleanup: ; preds = %for.body
165165}
166166
167167; CHECK-REMARKS: UserVF ignored because of invalid costs.
168- ; CHECK-REMARKS-NEXT : t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
169- ; CHECK-REMARKS-NEXT : t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
170- ; CHECK-REMARKS-NEXT : t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
168+ ; CHECK-REMARKS: t.c:3:10: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): load
169+ ; CHECK-REMARKS: t.c:3:20: Recipe with invalid costs prevented vectorization at VF=(vscale x 1, vscale x 2): call to llvm.sin
170+ ; CHECK-REMARKS: t.c:3:30: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): store
171171define void @vec_sin_fixed_mapping (ptr noalias nocapture %dst , ptr noalias nocapture readonly %src , i64 %n ) {
172172; CHECK: @vec_sin_fixed_mapping
173173; CHECK: call fast <2 x float> @llvm.sin.v2f32
0 commit comments