This is an archive of the discontinued LLVM Phabricator instance.

[mips] [IAS] Add support for the BNEZL and BEQZL pseudo-instructions.
ClosedPublic

Authored by tomatabacu on Mar 23 2015, 5:48 AM.

Details

Summary

They are of the form "bnezl/beqzl $rs, offset" and expand to "bnel/beql $rs, $zero, offset".

These instructions are used in Linux inline assembly.

Diff Detail

Event Timeline

tomatabacu updated this revision to Diff 22460.Mar 23 2015, 5:48 AM
tomatabacu retitled this revision from to [mips] [IAS] Add support for the BNEZL and BEQZL pseudo-instructions..
tomatabacu updated this object.
tomatabacu edited the test plan for this revision. (Show Details)
tomatabacu added a reviewer: dsanders.
tomatabacu added a subscriber: Unknown Object (MLST).
dsanders accepted this revision.Apr 7 2015, 3:59 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 7 2015, 3:59 AM
tomatabacu closed this revision.Apr 8 2015, 5:17 AM