Add the instruction alias sgtu (register form only), two operand forms of
s[rl]l and sra, and missing single/two operand forms of dnegu/neg.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lib/Target/Mips/MipsInstrInfo.td | ||
---|---|---|
2329–2334 | It's a shame that InstAlias doesn't have the same TwoOperandAliasConstraint member that Instruction has. We wouldn't need to repeat ourselves as much if it did. |
It's a shame that InstAlias doesn't have the same TwoOperandAliasConstraint member that Instruction has. We wouldn't need to repeat ourselves as much if it did.