[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
    
    
  
================
@@ -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",
----------------
davemgreen wrote:
This could maybe just use ProcR52
https://github.com/llvm/llvm-project/pull/94633
    
    
More information about the llvm-commits
mailing list