The patch implements microMIPSr6 BREAK16, LI16, MOVE16, SDBBP16, SUBU16 and XOR16 instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple nits
lib/Target/Mips/MicroMips32r6InstrFormats.td | ||
---|---|---|
341 ↗ | (On Diff #29990) | POOL16C contains a wide variety of instructions so we should probably have some disambiguating text between the 'POOL16C_' and the 'FM_MMR6' |
lib/Target/Mips/MicroMips32r6InstrInfo.td | ||
299–324 ↗ | (On Diff #29990) | Indentation. |
411–422 ↗ | (On Diff #29990) | The indentation is off by one on some of these. |