[llvm] [LV][VPlan] Add initial support for CSA vectorization (PR #106560)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 13:20:06 PST 2024


================
@@ -8998,6 +9108,16 @@ static SetVector<VPIRInstruction *> collectUsersInExitBlocks(
           if (ExitVPBB->getSinglePredecessor() == MiddleVPBB)
             continue;
         }
+        // Exit values for CSAs are computed and updated outside of VPlan and
----------------
fhahn wrote:

I am missing where the exit values are computed outside of VPlan. What's preventing them from being competed in VPlan?


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


More information about the llvm-commits mailing list