[llvm] [llvm][CodeGen] Fix the empty interval issue in Window Scheduler(#128714) (PR #129204)
Hua Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 00:14:32 PST 2025
huaatian wrote:
A virtual register's LiveInterval is empty in updatePressureDiff(). This virtual register was generated by the ModuloScheduleExpander after a successful modulo scheduling in the previous step.
Therefore, the root cause of this issue is that: the newly generated MIs by the ModuloScheduleExpander do not properly maintain the LiveInterval information.



https://github.com/llvm/llvm-project/pull/129204
More information about the llvm-commits
mailing list