The patch implements microMIPSr6 ERET and ERETNC instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit
lib/Target/Mips/MicroMips32r6InstrFormats.td | ||
---|---|---|
186–204 | Nit: Each of these two formats only have one instruction using them. As such, we should remove the 'funct' argument and define the number here. |
lib/Target/Mips/MicroMips32r6InstrFormats.td | ||
---|---|---|
186–204 | One more nit. 'instr_asm' is unused and should be removed. |
lib/Target/Mips/MicroMips32r6InstrFormats.td | ||
---|---|---|
186–204 |
Please ignore that. I was thinking of normal MIPS which doesn't have instruction mnemonics in the formats. |
Nit: Each of these two formats only have one instruction using them. As such, we should remove the 'funct' argument and define the number here.