================
@@ -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