Add the single operand form.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1482 Build 1482: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. I have one question/suggestion inline.
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
1186–1189 | Shouldn't we use ISA_MIPS32R2_NOT_32R6_64R6 instead of ISA_MIPS1_NOT_32R6_64R6? |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
1186–1189 | Yeah, I'd missed that predicate during development. |
Shouldn't we use ISA_MIPS32R2_NOT_32R6_64R6 instead of ISA_MIPS1_NOT_32R6_64R6?