[llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 03:48:49 PDT 2025


================
@@ -216,6 +216,12 @@ class MemoryDepChecker {
     return MaxSafeVectorWidthInBits;
   }
 
+  /// Return safe power-of-2 number of elements, which do not prevent store-load
+  /// forwarding and safe to operate simultaneously.
----------------
fhahn wrote:

Also comment says this returns the number of elements, but it returns the number of bits size which does not prevent store-load forwarding?

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


More information about the llvm-commits mailing list