llvm-project
fdc393f9
- MIPS: expandDivRem add a NOP after BNE (#174908)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#174908 - MIPS: expandDivRem add a NOP after BNE
Author
wzssyqa
Parents
213e2518
Loading