Implement microMIPS branch instructions BGEZALS and BLTZALS with short delay slot.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
119 ↗ | (On Diff #12761) | Nit: It's not very clear what the zero refers to in 'BranchZeroLinkMM'. Would 'BranchCompareToZeroLinkMM' be better? |