Skip to content

Commit f42a5b9

Browse files
committed
Revert "[LV][EVL] Address post-comments for disabling fixed-order recurrence with EVL tail folding. (NFC)"
This reverts commit 44a005f.
1 parent 1a114fa commit f42a5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-fixed-order-recurrence.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
; RUN: -mtriple=riscv64 -mattr=+v,+f -S < %s| FileCheck %s --check-prefix=NO-VP
1313

1414
; FIXME: Fixed-order recurrence is not supported yet with EVL tail folding.
15-
; The llvm.splice may occur unexpected behavior if the evl of the second-to-last
16-
; iteration is not VF*UF.
15+
; The llvm.splice may occurs unexpected behavior if the evl of the
16+
; second-to-last iteration is not VF*UF.
1717

1818
define void @first_order_recurrence(ptr noalias %A, ptr noalias %B, i64 %TC) {
1919
; IF-EVL-LABEL: define void @first_order_recurrence(

0 commit comments

Comments
 (0)