[clang] [llvm] [AArch64] Add support for Cortex-A725 and Cortex-X925 (PR #95214)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 06:20:14 PDT 2024
================
@@ -723,6 +746,9 @@ def ProcessorFeatures {
FeaturePerfMon, FeatureETE, FeatureTRBE,
FeatureSPE, FeatureMTE, FeatureSVE2BitPerm,
FeatureFP16FML, FeatureSPE_EEF];
+ list<SubtargetFeature> X925 = [HasV9_2aOps, FeatureMTE, FeatureFP16FML,
----------------
jthackray wrote:
Thanks, good spot. Fixed.
https://github.com/llvm/llvm-project/pull/95214
More information about the llvm-commits
mailing list