[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


================
@@ -2858,6 +2871,9 @@ class VPWidenCanonicalIVRecipe : public VPSingleDefRecipe {
   /// step = <VF*UF, VF*UF, ..., VF*UF>.
   void execute(VPTransformState &State) override;
 
+  /// Return the part associated with this widened IV.
+  unsigned getPartForRecipe() const;
----------------
fhahn wrote:

Updated thanks!

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


More information about the llvm-commits mailing list