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

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 07:17:29 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
----------------
amehsan wrote:

Done 

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


More information about the llvm-commits mailing list