Depends on D3689
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit.
lib/Target/Mips/Mips32r6InstrInfo.td | ||
---|---|---|
92 | For DALIGN you should have 'uimm3:$bp', and not 'uimm2:$bp' for the both DALING and ALIGN. Probably it would be best to introduce new 'Operand' parameter to class ALIGN_DESC_BASE, and pass uimm2 and uimm3 as parameters. |
For DALIGN you should have 'uimm3:$bp', and not 'uimm2:$bp' for the both DALING and ALIGN. Probably it would be best to introduce new 'Operand' parameter to class ALIGN_DESC_BASE, and pass uimm2 and uimm3 as parameters.