Files
clang-p2996/llvm/lib/CodeGen/ModuloSchedule.cpp
Hua Tian b09b9ac108 [llvm][CodeGen] Fix the empty interval issue in Window Scheduler (#129204)
The interval of newly generated reg in ModuloScheduleExpander is empty.
This will cause crash at some corner case. This patch recalculate the
live intervals of these regs.
2025-03-17 14:28:47 +08:00

110 KiB