[PATCH] D140511: [VPlan] Disconnect VPRegionBlock from successors in graph iterator(NFCI)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 07:03:34 PST 2023


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlanCFG.h:193
+    if (auto *R = dyn_cast<VPRegionBlock>(Block))
+      return {R, 1};
+
----------------
Ayal wrote:
> nit: can comment that 'entry' is the 1 "successor".
Done in the committed version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140511/new/

https://reviews.llvm.org/D140511



More information about the llvm-commits mailing list