Files
clang-p2996/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Hua Tian a9d2834508 [llvm][CodeGen] Fix the issue caused by live interval checking in window scheduler (#123184)
At some corner cases, the cloned MI still retains an old slot index,
which leads to the compiler crashing. This patch update the slot index
map before delete the recycled MI.

https://github.com/llvm/llvm-project/issues/123165
2025-01-23 09:39:03 +08:00

212 KiB