[all-commits] [llvm/llvm-project] 2321c3: [ARM] Don't Enable AES Pass for Generic Cores
Sam Elliott via All-commits
all-commits at lists.llvm.org
Wed May 18 05:11:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2321c36fbf763e273ed78b4209168ce783b5cf96
https://github.com/llvm/llvm-project/commit/2321c36fbf763e273ed78b4209168ce783b5cf96
Author: Archibald Elliott <archibald.elliott at arm.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M llvm/docs/ReleaseNotes.rst
M llvm/lib/Target/ARM/ARM.td
Log Message:
-----------
[ARM] Don't Enable AES Pass for Generic Cores
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.
Reviewed By: john.brawn
Differential Revision: https://reviews.llvm.org/D125775
More information about the All-commits
mailing list