This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Future] Add an ISA Future to go with mcpu=future.
ClosedPublic

Authored by stefanp on May 20 2022, 9:03 AM.

Details

Summary

On Power PC we have ISA3.0 for Power 9, ISA3.1 for Power 10.
This patchs adds an ISA for mcpu=future. The idea is to have a placeholder ISA
for work that is experimental and may not be supported by existing ISAs.

Diff Detail

Event Timeline

stefanp created this revision.May 20 2022, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 9:03 AM
stefanp requested review of this revision.May 20 2022, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 9:03 AM
stefanp added a reviewer: Restricted Project.May 20 2022, 9:08 AM
lei accepted this revision as: lei.May 25 2022, 12:35 PM

LGTM

This revision is now accepted and ready to land.May 25 2022, 12:35 PM
This revision was landed with ongoing or failed builds.May 26 2022, 7:20 AM
This revision was automatically updated to reflect the committed changes.