[llvm] [llvm][CodeGen] Fix the issue caused by live interval checking in window scheduler (PR #123184)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 19:47:02 PST 2025
================
@@ -4279,7 +4279,7 @@ class RISCVPipelinerLoopInfo : public TargetInstrInfo::PipelinerLoopInfo {
void adjustTripCount(int TripCountAdjust) override {}
- void disposed() override {}
+ void disposed(LiveIntervals *LIS) override {}
----------------
arsenm wrote:
Keep the default arguments on all the implementations?
https://github.com/llvm/llvm-project/pull/123184
More information about the llvm-commits
mailing list