[clang] [llvm] [ARM] Add support for Cortex-R52+ (PR #94633)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 01:47:05 PDT 2024


================
@@ -90,6 +90,8 @@ def ProcR7      : SubtargetFeature<"r7", "ARMProcFamily", "CortexR7",
                                    "Cortex-R7 ARM processors", []>;
 def ProcR52     : SubtargetFeature<"r52", "ARMProcFamily", "CortexR52",
                                    "Cortex-R52 ARM processors", []>;
+def ProcR52plus  : SubtargetFeature<"r52plus", "ARMProcFamily", "CortexR52plus",
----------------
jthackray wrote:

Thanks. I'll probably just keep it as-is (too many other concurrent tasks); upstreaming this now, since it was accidentally left downstream previously.

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


More information about the cfe-commits mailing list