[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 08:16:42 PDT 2024


================
@@ -8863,6 +8876,8 @@ static void addLiveOutsForFirstOrderRecurrences(
   // TODO: Should be replaced by
   // Plan->getScalarLoopRegion()->getSinglePredecessor() in the future once the
   // scalar region is modeled as well.
+  if (!VectorRegion->getSingleSuccessor())
----------------
david-arm wrote:

Only one successor permitted. Can delete this I think?

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


More information about the llvm-commits mailing list