Add the single operand form.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. I have one question/suggestion inline.
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
1186–1189 ↗ | (On Diff #78843) | Shouldn't we use ISA_MIPS32R2_NOT_32R6_64R6 instead of ISA_MIPS1_NOT_32R6_64R6? |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
1186–1189 ↗ | (On Diff #78843) | Yeah, I'd missed that predicate during development. |