[llvm] [LoopFusion] Extending SIV to handle separate loops (PR #146383)

Alireza Torabian via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 22 09:06:23 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
----------------
1997alireza wrote:

Rebased.

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


More information about the llvm-commits mailing list