[llvm] [DA] Set Distance to zero when Direction is EQ (PR #147966)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 07:48:03 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
----------------
madhur13490 wrote:
s/begin/being?
https://github.com/llvm/llvm-project/pull/147966
More information about the llvm-commits
mailing list