[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:42 PST 2025


huaatian wrote:

This patch is to add the newly generated MIs  into slot index map in ModuloScheduleExpander, then recalculates the LiveIntervals for these new registers, rather than producing empty ones.

https://github.com/llvm/llvm-project/pull/129204


More information about the llvm-commits mailing list