[clang] [llvm] [AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (PR #72395)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 08:14:09 PST 2023
================
@@ -1325,6 +1352,10 @@ def ProcessorFeatures {
FeatureMatMulInt8, FeatureBF16, FeatureAM,
FeatureMTE, FeatureETE, FeatureSVE2BitPerm,
FeatureFP16FML];
+ list<SubtargetFeature> A520 = [HasV9_2aOps, FeatureNEON, FeaturePerfMon,
----------------
jthackray wrote:
Thanks. Superfluous defines removed.
https://github.com/llvm/llvm-project/pull/72395
More information about the llvm-commits
mailing list