This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Future] Add prefixed loads and stores for future CPU
ClosedPublic

Authored by stefanp on Jan 12 2020, 11:59 AM.

Details

Summary

A previous patch should have added pld and pstd and any support code in the backend that is required for prefixed load and store type operations.
This patch adds a number of additional prefixed load and store type instructions for the future CPU.

Diff Detail

Event Timeline

stefanp created this revision.Jan 12 2020, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2020, 11:59 AM
nemanjai accepted this revision.Jan 13 2020, 7:18 AM

LGTM.

This revision is now accepted and ready to land.Jan 13 2020, 7:18 AM
jsji added a reviewer: Restricted Project.Jan 13 2020, 7:29 AM
jsji added a project: Restricted Project.
This revision was automatically updated to reflect the committed changes.