[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 09:05:07 PDT 2024


================
@@ -3388,6 +3411,7 @@ class VPlan {
 
   /// Returns VF * UF of the vector loop region.
   VPValue &getVFxUF() { return VFxUF; }
+  VPValue &getVF() { return VF; }
----------------
fhahn wrote:

Applied to #95305

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


More information about the llvm-commits mailing list