[llvm] [LoopFusion] Correction in the comments (NFC) (PR #184689)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 20:47:47 PST 2026


================
@@ -545,15 +545,13 @@ struct LoopFuser {
 
         collectFusionCandidates(LV);
         Changed |= fuseCandidates();
+        // All loops in the candidate sets have a common parent (or not parent).
----------------
sweiglbosker wrote:

```suggestion
        // All loops in the candidate sets have a common parent (or no parent).
```

Did you mean this?

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


More information about the llvm-commits mailing list