File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/Transforms/LoopVectorize/RISCV Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
; RUN: -prefer-predicate-over-epilogue=predicate-dont-vectorize \
4
4
; RUN: -mtriple=riscv64 -mattr=+v -S < %s | FileCheck %s
5
5
6
- ; Check loops having VPWidenIntOrFpInductionRecipe .
6
+ ; Make sure we do not vectorize a loop with a widened int induction .
7
7
define void @test_wide_integer_induction (ptr noalias %a , i64 %N ) {
8
8
; CHECK-LABEL: define void @test_wide_integer_induction(
9
9
; CHECK-SAME: ptr noalias [[A:%.*]], i64 [[N:%.*]]) #[[ATTR0:[0-9]+]] {
@@ -80,7 +80,7 @@ for.cond.cleanup:
80
80
ret void
81
81
}
82
82
83
- ; Check loops having VPWidenPointerInductionRecipe .
83
+ ; Make sure we do not vectorize a loop with a widened ptr induction .
84
84
define void @test_wide_ptr_induction (ptr noalias %a , ptr noalias %b , i64 %N ) {
85
85
; CHECK-LABEL: define void @test_wide_ptr_induction(
86
86
; CHECK-SAME: ptr noalias [[A:%.*]], ptr noalias [[B:%.*]], i64 [[N:%.*]]) #[[ATTR0]] {
You can’t perform that action at this time.
0 commit comments