Files
clang-p2996/llvm/lib/Target/Mips/MipsBranchExpansion.cpp
yingopq d6e0798a2a [Mips] Add the missing judgment when processing function handleMFLOSlot (#121463)
In function handleMFLOSlot, we may get a variable LastInstInFunction
with a value of true from function getNextMachineInstr and IInSlot may
be null which would trigger an assert.
So we need to skip this case.

Fix #118223.
2025-01-24 20:03:03 +08:00

33 KiB