[clang] [llvm] [AArch64] Add support for C1 CPUs (PR #171124)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 08:43:08 PST 2025


================
@@ -669,6 +669,48 @@ def TuneNeoverseV3AE : SubtargetFeature<"neoversev3AE", "ARMProcFamily", "Neover
                                       FeatureAvoidLDAPUR,
                                       FeaturePredictableSelectIsExpensive]>;
 
+def TuneC1Nano : SubtargetFeature<"c1-nano", "ARMProcFamily",
----------------
davemgreen wrote:

I would move this to follow the TuneA520AE, so as to help keep them in order.

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


More information about the llvm-commits mailing list