[llvm] [LoopFusion] Correction in the comments (NFC) (PR #184689)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 20:52:51 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).
+ // Next loop vector, will include loops with a different parent. It is
----------------
sweiglbosker wrote:
```suggestion
// Next loop vector will include loops with a different parent. It is
```
https://github.com/llvm/llvm-project/pull/184689
More information about the llvm-commits
mailing list