Implement microMIPS compact branch instructions BEQZC and BNEZC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
32 ↗ | (On Diff #8927) | These instructions doesn't have specified selection pattern, the usage implementation is in http://reviews.llvm.org/D3566. |