This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add new Future CPU for PowerPC in LLVM
ClosedPublic

Authored by stefanp on Nov 15 2019, 11:40 AM.

Details

Summary

This is a continuation of
https://reviews.llvm.org/D70262

The previous patch as listed above added the future CPU in clang. This patch adds the future CPU in the PowerPC backend. At this point the patch simply assumes that a future CPU will have the same characteristics as pwr9. Those characteristics may change with later patches.

Diff Detail

Event Timeline

stefanp created this revision.Nov 15 2019, 11:40 AM
jsji added a reviewer: Restricted Project.Nov 15 2019, 12:00 PM
nemanjai accepted this revision.Nov 21 2019, 5:40 AM

LGTM.

This revision is now accepted and ready to land.Nov 21 2019, 5:40 AM
This revision was automatically updated to reflect the committed changes.