This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add new Future CPU for PowerPC
ClosedPublic

Authored by stefanp on Nov 14 2019, 11:11 AM.

Details

Summary

This patch will add -mcpu=future into clang for PowerPC.

A CPU type is required for work that may possibly be enabled for some future Power CPU. The CPU type future will serve that purpose.
This patch introduces no new functionality. It is an incremental patch on top of which Power PC work for some future CPU can be done.

Diff Detail

Event Timeline

stefanp created this revision.Nov 14 2019, 11:11 AM
jsji added a reviewer: Restricted Project.Nov 15 2019, 11:59 AM
nemanjai accepted this revision.Nov 21 2019, 4:36 AM

LGTM.

This revision is now accepted and ready to land.Nov 21 2019, 4:36 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2019, 11:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript