Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
Florian Hahn 541e88dbc2 [VPlan] Simplify HCFG construction of region blocks (NFC).
Update the logic to update the successors and predecessors of region
blocks directly. This adds special handling for header and latch blocks
in place, and removes the separate loop to fix up the region blocks.

Helps to simplify D158333.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D159136
2023-09-24 21:53:35 +01:00

17 KiB