[llvm] [VPlan] Support VPWidenIntOrFpInductionRecipes with EVL tail folding (PR #144666)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 10:42:27 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.
----------------
preames wrote:

I think you should change this to a positive test, and create a *new* test for the pointer case if we don't already have one.

https://github.com/llvm/llvm-project/pull/144666


More information about the llvm-commits mailing list