[llvm] [VPlan] Support VPWidenIntOrFpInductionRecipes with EVL tail folding (PR #144666)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 29 05:07:02 PDT 2025
================
@@ -4,7 +4,7 @@
; REQUIRES: asserts
-; Make sure we do not vectorize a loop with a widened int induction.
+; Make sure we do not vectorize a loop with a widened pointer induction.
define void @test_wide_integer_induction(ptr noalias %a, i64 %N) {
----------------
fhahn wrote:
```suggestion
define void @test_wide_pointer_induction(ptr noalias %a, i64 %N) {
```
https://github.com/llvm/llvm-project/pull/144666
More information about the llvm-commits
mailing list