[llvm] [DA] Set Distance to zero when Direction is EQ (PR #147966)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 09:01:33 PDT 2025


================
@@ -187,6 +187,18 @@ static void dumpExampleDependence(raw_ostream &OS, DependenceInfo *DA,
           OS << "  da analyze - ";
           if (auto D = DA->depends(&*SrcI, &*DstI,
                                    /*UnderRuntimeAssumptions=*/true)) {
+
+            // Verify that the distance begin zero is equivalent to the
----------------
kasuga-fj wrote:

Yes, thanks

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


More information about the llvm-commits mailing list