Skip to content

Commit b2aed52

Browse files
committed
Rename test
1 parent 60ce37c commit b2aed52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/struct-return.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
153153
entry:

0 commit comments

Comments
 (0)