Skip to content

Commit a97881f

Browse files
committed
Refine comments
1 parent feb8790 commit a97881f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: -prefer-predicate-over-epilogue=predicate-dont-vectorize \
44
; RUN: -mtriple=riscv64 -mattr=+v -S < %s | FileCheck %s
55

6-
; Check loops having VPWidenIntOrFpInductionRecipe.
6+
; Make sure we do not vectorize a loop with a widened int induction.
77
define void @test_wide_integer_induction(ptr noalias %a, i64 %N) {
88
; CHECK-LABEL: define void @test_wide_integer_induction(
99
; CHECK-SAME: ptr noalias [[A:%.*]], i64 [[N:%.*]]) #[[ATTR0:[0-9]+]] {
@@ -80,7 +80,7 @@ for.cond.cleanup:
8080
ret void
8181
}
8282

83-
; Check loops having VPWidenPointerInductionRecipe.
83+
; Make sure we do not vectorize a loop with a widened ptr induction.
8484
define void @test_wide_ptr_induction(ptr noalias %a, ptr noalias %b, i64 %N) {
8585
; CHECK-LABEL: define void @test_wide_ptr_induction(
8686
; CHECK-SAME: ptr noalias [[A:%.*]], ptr noalias [[B:%.*]], i64 [[N:%.*]]) #[[ATTR0]] {

0 commit comments

Comments
 (0)