[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
Tue Mar 25 05:21:38 PDT 2025
================
@@ -216,6 +216,21 @@ class MemoryDepChecker {
return MaxSafeVectorWidthInBits;
}
+ /// Return true if there is store-load forwarding dependencies.
----------------
fhahn wrote:
Comment should be inverted?
```suggestion
/// Return true if there are no store-load forwarding dependencies.
```
https://github.com/llvm/llvm-project/pull/121156
More information about the llvm-commits
mailing list