[llvm] [IGLP]: Fix assert (PR #73710)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 18:35:56 PST 2023
================
@@ -851,7 +851,7 @@ class IGLPStrategy {
virtual void applyIGLPStrategy(
DenseMap<int, SUnitsToCandidateSGsMap> &SyncedInstrs,
DenseMap<int, SmallVector<SchedGroup, 4>> &SyncedSchedGroups,
- bool IsPostRA) = 0;
+ bool IsReentry) = 0;
----------------
arsenm wrote:
Add documentation comment for what isReentry means?
https://github.com/llvm/llvm-project/pull/73710
More information about the llvm-commits
mailing list