[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.
----------------
fhahn wrote:

Yep I think it is probably best to just update the test for now. 

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


More information about the llvm-commits mailing list