[llvm] [VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (PR #117506)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat May 24 03:45:26 PDT 2025
================
@@ -960,18 +1005,15 @@ void VPlan::execute(VPTransformState *State) {
for (VPBlockBase *Block : RPOT)
Block->execute(State);
- State->CFG.DTU.flush();
----------------
fhahn wrote:
This is independent, will submit separately, thanks!
https://github.com/llvm/llvm-project/pull/117506
More information about the llvm-commits
mailing list