Files
clang-p2996/llvm/lib/CodeGen/ModuloSchedule.cpp
Hua Tian 43ba1097ee [llvm][CodeGen] Resolve issues when updating live intervals in window scheduler (#101945)
Corrupted live interval information can cause window scheduling to crash
in some cases. By adding the missing MBB's live interval information in the
ModuloScheduleExpander, the information can be correctly analyzed in 
the window scheduler.
2024-08-15 19:03:27 +08:00

108 KiB