This is an archive of the discontinued LLVM Phabricator instance.

[mips] Add missing signext attributes to MSA basic operations tests. NFC.
ClosedPublic

Authored by dsanders on Apr 29 2015, 5:11 AM.

Details

Summary

This doesn't make much difference to MIPS32, but it will simplify a
MIPS64r6 bugfix which will follow shortly by removing unnecessary
sign-extension of parameters.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 24614.Apr 29 2015, 5:11 AM
dsanders retitled this revision from to [mips] Add missing signext attributes to MSA basic operations tests. NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: Unknown Object (MLST).
vkalintiris accepted this revision.Apr 29 2015, 8:42 AM
vkalintiris edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 29 2015, 8:42 AM
This revision was automatically updated to reflect the committed changes.