[llvm] [LoopFusion] Extending SIV to handle separate loops (PR #146383)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Sep 20 06:13:52 PDT 2025
    
    
  
================
@@ -82,6 +82,16 @@ class LLVM_ABI Dependence {
   /// Dependence::DVEntry - Each level in the distance/direction vector
   /// has a direction (or perhaps a union of several directions), and
   /// perhaps a distance.
+  /// The dependency information could be across a single loop level or across
----------------
amehsan wrote:
The changes in DA are already merged in a different PR. Is that correct? If yes, you need to rebase this.
https://github.com/llvm/llvm-project/pull/146383
    
    
More information about the llvm-commits
mailing list