[llvm] [VPlan] Manage created blocks directly in VPlan. (NFC) (PR #120918)

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 29 11:54:09 PST 2024


================
@@ -297,8 +297,6 @@ static bool mergeReplicateRegionsIntoSuccessors(VPlan &Plan) {
     DeletedRegions.insert(Region1);
----------------
ayalz wrote:

Suffice to hold `bool Changed = false;` and set it here to
```suggestion
    Changed = true;
```

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


More information about the llvm-commits mailing list