[clang] [llvm] [AArch64] Add support for Cortex-R82AE and improve Cortex-R82 (PR #90440)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 06:56:46 PDT 2024
================
@@ -143,6 +143,7 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
case CortexA78AE:
case CortexA78C:
case CortexR82:
+ case CortexR82AE:
----------------
jthackray wrote:
Thanks, done.
https://github.com/llvm/llvm-project/pull/90440
More information about the llvm-commits
mailing list