This is an archive of the discontinued LLVM Phabricator instance.

[Power9] Implement copy-paste, msgsync, slb, and stop instructions
ClosedPublic

Authored by cycheng on Mar 7 2016, 6:57 AM.

Details

Summary

This patch implements the following BookII and Book III instructions:

  • copy copy_first cp_abort paste paste. paste_last
  • msgsync
  • slbieg slbsync
  • stop

Total 10 instructions

Diff Detail

Event Timeline

cycheng updated this revision to Diff 49958.Mar 7 2016, 6:57 AM
cycheng retitled this revision from to [Power9] Implement copy-paste, msgsync, slb, and stop instructions.
cycheng updated this object.
cycheng added a subscriber: llvm-commits.
kbarton accepted this revision.Mar 29 2016, 7:53 PM
kbarton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 29 2016, 7:53 PM
cycheng closed this revision.Apr 5 2016, 6:56 PM

Committed r265504