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

via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 03:15:25 PDT 2024


================
@@ -184,7 +184,7 @@ class VPValue {
   /// Returns true if the VPValue is defined outside any vector regions, i.e. it
   /// is a live-in value.
   /// TODO: Also handle recipes defined in pre-header blocks.
----------------
ayalz wrote:

This TODO is now taken care of? Can be pushed separately, or tested only w/ this patch? Can be pushed independently?

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


More information about the llvm-commits mailing list