[llvm] [LAA] Relax HasSameSize check on couldPrevertStoreLoadForward (PR #159537)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 01:37:00 PDT 2026


================
@@ -2211,8 +2211,12 @@ MemoryDepChecker::getDependenceDistanceStrideAndSize(
     return Dependence::Unknown;
   }
 
+  // TODO: Remove this.
----------------
artagnon wrote:

Will do in https://github.com/llvm/llvm-project/pull/161238, which this is based on, thanks.

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


More information about the llvm-commits mailing list