[llvm] [MachinePipeliner] Use AliasAnalysis properly when analyzing loop-carried dependencies (PR #136691)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 00:24:30 PDT 2025
================
@@ -237,6 +237,37 @@ INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE,
"Modulo Software Pipelining", false, false)
+namespace {
+
+/// This class holds an SUnit corresponing to a memory operation and other
----------------
kasuga-fj wrote:
That's right, thanks!
https://github.com/llvm/llvm-project/pull/136691
More information about the llvm-commits
mailing list