This is an archive of the discontinued LLVM Phabricator instance.

[mips] Avoid redundant sign extension of the result of binary bitwise instructions.
ClosedPublic

Authored by vkalintiris on Feb 12 2015, 3:07 AM.

Diff Detail

Event Timeline

vkalintiris retitled this revision from to [mips] Avoid redundant sign extension of the result of binary bitwise instructions..
vkalintiris updated this object.
vkalintiris edited the test plan for this revision. (Show Details)
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: Unknown Object (MLST).
dsanders accepted this revision.Feb 18 2015, 6:27 AM
dsanders edited edge metadata.

LGTM with a comment nit.

lib/Target/Mips/Mips64InstrInfo.td
489

Nit: Capitalize first letter and add full-stop

This revision is now accepted and ready to land.Feb 18 2015, 6:27 AM
This revision was automatically updated to reflect the committed changes.