This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add mprivileged option
ClosedPublic

Authored by stefanp on Mar 23 2021, 8:44 AM.

Details

Reviewers
nemanjai
lei
amyk
Group Reviewers
Restricted Project
Commits
rG91f4c1113350: [PowerPC] Add mprivileged option
Summary

Add an option to tell the compiler that it can use privileged instructions.

This patch only adds the option. Backend implementation will be added in a
future patch.

Diff Detail

Event Timeline

stefanp created this revision.Mar 23 2021, 8:44 AM
stefanp requested review of this revision.Mar 23 2021, 8:44 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 23 2021, 8:44 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lei accepted this revision.Mar 23 2021, 10:27 AM
lei added a subscriber: lei.

LGTM

This revision is now accepted and ready to land.Mar 23 2021, 10:27 AM
stefanp added reviewers: amyk, Restricted Project.Mar 23 2021, 10:54 AM
amyk accepted this revision as: amyk.Mar 23 2021, 2:21 PM

LGTM.

This revision was landed with ongoing or failed builds.Mar 24 2021, 6:33 AM
This revision was automatically updated to reflect the committed changes.