[llvm] [MachinePipeliner] Use AliasAnalysis properly when analyzing loop-carried dependencies (PR #136691)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 23:18:31 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
----------------
aankit-ca wrote:
*corresponing -> corresponding
https://github.com/llvm/llvm-project/pull/136691
More information about the llvm-commits
mailing list