[llvm] [VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (PR #117506)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 13:45:22 PDT 2025


================
@@ -960,18 +1005,15 @@ void VPlan::execute(VPTransformState *State) {
   for (VPBlockBase *Block : RPOT)
     Block->execute(State);
 
-  State->CFG.DTU.flush();
----------------
ayalz wrote:

No need to flush now?

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


More information about the llvm-commits mailing list