Skip to content

Commit a7672fe

Browse files
committed
[WebAssembly] Fixup test after bfc322d.
Test update was missed in bfc322d due a codegen test running loop-vectorize directly. The loop does not get vectorized any longer.
1 parent 07ed101 commit a7672fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/test/CodeGen/WebAssembly/memory-interleave.ll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,10 +2103,7 @@ for.body: ; preds = %entry, %for.body
21032103

21042104
; CHECK-LABEL: four_floats_same_op:
21052105
; CHECK: loop
2106-
; CHECK: v128.load
2107-
; CHECK: v128.load
2108-
; CHECK: f32x4.mul
2109-
; CHECK: v128.store
2106+
; CHECK-NOT: v128.load
21102107
define hidden void @four_floats_same_op(ptr noundef readonly captures(none) %a, ptr noundef readonly captures(none) %b, ptr noundef writeonly captures(none) %res, i32 noundef %N) {
21112108
entry:
21122109
%cmp45.not = icmp eq i32 %N, 0

0 commit comments

Comments
 (0)