File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/Transforms/LoopVectorize Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ exit:
146146
147147; Negative test. Widening non-literal structs is not supported.
148148; CHECK-REMARKS-COUNT: remark: {{.*}} loop not vectorized: instruction return type cannot be vectorized
149- define void @test_named_struct_return (ptr noalias readonly %in , ptr noalias writeonly %out_a , ptr noalias writeonly %out_b ) {
150- ; CHECK-LABEL: define void @test_named_struct_return
149+ define void @negative_named_struct_return (ptr noalias readonly %in , ptr noalias writeonly %out_a , ptr noalias writeonly %out_b ) {
150+ ; CHECK-LABEL: define void @negative_named_struct_return
151151; CHECK-NOT: vector.body:
152152; CHECK-NOT: call {{.*}} @fixed_vec_bar
153153entry:
You can’t perform that action at this time.
0 commit comments