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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 01:34:05 PDT 2026


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

Why? Can you add some explanation here.

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


More information about the llvm-commits mailing list