This is an archive of the discontinued LLVM Phabricator instance.

[PPC64] Fix problem with commutability of VORC instruction
ClosedPublic

Authored by kbarton on Feb 19 2015, 2:41 PM.

Details

Summary

I incorrectly marked the VORC instruction as isCommutable when I added it.
This fix removes the VORC instruction definition from the isCommutable block.

Diff Detail

Event Timeline

kbarton updated this revision to Diff 20343.Feb 19 2015, 2:41 PM
kbarton retitled this revision from to [PPC64] Fix problem with commutability of VORC instruction.
kbarton updated this object.
kbarton edited the test plan for this revision. (Show Details)
kbarton added reviewers: hfinkel, wschmidt, seurer, nemanjai.
kbarton added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Feb 19 2015, 3:41 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 19 2015, 3:41 PM
kbarton closed this revision.Feb 20 2015, 7:57 AM

Committed revision 230020.