This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Don't Enable AES Pass for Generic Cores
ClosedPublic

Authored by lenary on May 17 2022, 6:38 AM.

Details

Summary

This brings clang/llvm into line with GCC. The Pass is still enabled for
the affected cores, but is now opt-in when using -march=.

I also took the opportunity to add release notes for this change.

Diff Detail

Event Timeline

lenary created this revision.May 17 2022, 6:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 6:38 AM
lenary requested review of this revision.May 17 2022, 6:38 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 17 2022, 6:38 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 18 2022, 4:55 AM
This revision was landed with ongoing or failed builds.May 18 2022, 5:11 AM
This revision was automatically updated to reflect the committed changes.