[llvm] [VPlan] Run narrowInterleaveGroups during general VPlan optimizations. (PR #149706)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 12:11:51 PST 2026
================
@@ -4152,6 +4152,9 @@ class VPlan {
/// Represents the vectorization factor of the loop.
VPValue VF;
+ /// Represents the symbolic unroll factor of the loop.
----------------
fhahn wrote:
Yes I am planning on adding an assert to that effect, thanks!
https://github.com/llvm/llvm-project/pull/149706
More information about the llvm-commits
mailing list