This is an archive of the discontinued LLVM Phabricator instance.

[mips] Change existing uimm10 operand to restrict the accepted immediates
ClosedPublic

Authored by zbuljan on Jun 8 2015, 6:56 AM.

Details

Summary

The patch changes existing uimm10 operand to restrict the accepted immediates.

Diff Detail

Event Timeline

zbuljan updated this revision to Diff 27310.Jun 8 2015, 6:56 AM
zbuljan retitled this revision from to [mips] Change existing uimm10 operand to restrict the accepted immediates.
zbuljan updated this object.
zbuljan edited the test plan for this revision. (Show Details)
zbuljan added reviewers: zoran.jovanovic, dsanders.
zbuljan added subscribers: petarj, Unknown Object (MLST).
dsanders accepted this revision.Jun 8 2015, 7:00 AM
dsanders edited edge metadata.

LGTM.

We should follow up to clarify why the operand in invalid in the error message.

This revision is now accepted and ready to land.Jun 8 2015, 7:00 AM
zbuljan closed this revision.Jun 18 2015, 3:52 AM

Closed by commit rL239520: [mips] Change existing uimm10 operand to restrict the accepted immediates