[clang] [llvm] [AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (PR #72395)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 16 08:13:45 PST 2023
================
@@ -1372,6 +1408,11 @@ def ProcessorFeatures {
FeatureSPE, FeatureBF16, FeatureMatMulInt8,
FeatureMTE, FeatureSVE2BitPerm, FeatureFullFP16,
FeatureFP16FML];
+ list<SubtargetFeature> X4 = [HasV9_2aOps, FeatureSVE, FeatureNEON,
----------------
jthackray wrote:
Thanks, good spot. Superfluous defines removed, and FEAT_SPEv1p2 added to Cortex-A720 and Cortex-X4.
https://github.com/llvm/llvm-project/pull/72395
More information about the cfe-commits
mailing list