[clang] [llvm] [ARM] Add support for Cortex-R52+ (PR #94633)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 23:21:18 PDT 2024
================
@@ -1,4 +1,5 @@
; RUN: llc < %s -mtriple=armv8r-eabi -mcpu=cortex-r52 | FileCheck %s --check-prefix=CHECK --check-prefix=USEAA
+; RUN: llc < %s -mtriple=armv8r-eabi -mcpu=cortex-r52plus | FileCheck %s --check-prefix=CHECK --check-prefix=USEAA
----------------
davemgreen wrote:
Adding these run lines for some of these tests may not be necessary for both r52 and r52+. I think I would drop it from the scheduling/useaa tests if it just uses the same scheduling model.
https://github.com/llvm/llvm-project/pull/94633
More information about the llvm-commits
mailing list