The patch implements microMIPS LWLE, LWRE, SWLE and SWRE instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with some nits
| lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
|---|---|---|
| 288–290 ↗ | (On Diff #31000) | Indentation |
| lib/Target/Mips/MicroMipsInstrFormats.td | ||
| 405 ↗ | (On Diff #31000) | Naming convention: Should begin with POOL32C_ |
| 407 ↗ | (On Diff #31000) | Assign to 'base' and 'offset' to make special encoding self documenting |
| lib/Target/Mips/MicroMipsInstrInfo.td | ||
| 717–726 ↗ | (On Diff #31000) | Indentation |