[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 13:03:38 PDT 2024
================
@@ -3145,6 +3167,8 @@ class VPlan {
/// Represents the loop-invariant VF * UF of the vector loop region.
VPValue VFxUF;
+ VPValue VF;
----------------
fhahn wrote:
Updated thanks! Agreed on moving them, although it might also need to be accessed outside the region (e.g. recipes in preheader (CalculateTripCountMinusVF))
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list