[clang] [llvm] [AArch64] Add support for Cortex-R82AE and improve Cortex-R82 (PR #90440)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 05:47:27 PDT 2024


================
@@ -143,6 +143,7 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
   case CortexA78AE:
   case CortexA78C:
   case CortexR82:
+  case CortexR82AE:
----------------
davemgreen wrote:

Can you move both of these into the block with CortexA55? It has always been in the wrong place compared to the other cpus around it and the alignments it sets.

https://github.com/llvm/llvm-project/pull/90440


More information about the llvm-commits mailing list