llvm-project
fdc393f9 - MIPS: expandDivRem add a NOP after BNE (#174908)

Commit
82 days ago
MIPS: expandDivRem add a NOP after BNE (#174908) If we compile a C code or IR file directly, the delay slot of BNE emit by us won't be filled with a NOP. We should fill it ourself, otherwise, the break instruction may be used as the delay slot.
Author
Parents
Loading