Implement microMIPS AND16, NOT16, OR16 and XOR16 instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, with one comment in the code.
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
107 | You don't need to set value to isCommutable because it applies only to binary operators. |
You don't need to set value to isCommutable because it applies only to binary operators.