This is an archive of the discontinued LLVM Phabricator instance.

[mips] Range check simm7.
ClosedPublic

Authored by dsanders on Mar 14 2016, 7:19 AM.

Details

Summary

Also renamed li_simm7 to li16_imm since it's not a simm7 and has an unusual
encoding (it's a uimm7 except that 0x7f represents -1).

Depends on D18144

Diff Detail

Event Timeline

dsanders updated this revision to Diff 50588.Mar 14 2016, 7:19 AM
dsanders retitled this revision from to [mips] Range check simm7..
dsanders updated this object.
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: llvm-commits.
dsanders updated this revision to Diff 50591.Mar 14 2016, 7:39 AM

Remove an unused static function declaration.

vkalintiris accepted this revision.Mar 21 2016, 7:19 AM
vkalintiris edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 21 2016, 7:19 AM
dsanders closed this revision.Mar 22 2016, 7:45 AM