This is an archive of the discontinued LLVM Phabricator instance.

Add missing attributes !cmp.[eq,gt,gtu] instructions.
ClosedPublic

Authored by sidneym on Sep 23 2014, 11:36 AM.

Details

Summary

These instructions do not indicate they are extendable or the number of bits in the extendable operand. Rename to match architected names. Add a testcase for the intrinsics.

Diff Detail

Event Timeline

sidneym updated this revision to Diff 14003.Sep 23 2014, 11:36 AM
sidneym retitled this revision from to Add missing attributes !cmp.[eq,gt,gtu] instructions..
sidneym updated this object.
sidneym edited the test plan for this revision. (Show Details)
sidneym added reviewers: adasgupt, jverma, kparzysz, mcrosier.
sidneym set the repository for this revision to rL LLVM.
sidneym added a subscriber: Unknown Object (MLST).
kparzysz accepted this revision.Sep 23 2014, 12:26 PM
kparzysz edited edge metadata.
This revision is now accepted and ready to land.Sep 23 2014, 12:26 PM
mcrosier closed this revision.Sep 28 2014, 7:42 AM
mcrosier edited edge metadata.

Landed in r218453.