[PATCH] D132120: [AArch64] Fix list of features for Cortex-X1C
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 03:35:31 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd1922c986242: [AArch64] Fix list of features for Cortex-X1C (authored by pratlucas).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132120/new/
https://reviews.llvm.org/D132120
Files:
llvm/lib/Target/AArch64/AArch64.td
Index: llvm/lib/Target/AArch64/AArch64.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64.td
+++ llvm/lib/Target/AArch64/AArch64.td
@@ -1033,9 +1033,10 @@
FeatureSPE, FeatureFullFP16, FeatureDotProd,
FeatureSSBS];
list<SubtargetFeature> X1C = [HasV8_2aOps, FeatureCrypto, FeatureFPARMv8,
- FeatureNEON, FeatureRCPC, FeaturePerfMon,
+ FeatureNEON, FeatureRCPC_IMMO, FeaturePerfMon,
FeatureSPE, FeatureFullFP16, FeatureDotProd,
- FeaturePAuth, FeatureSSBS];
+ FeaturePAuth, FeatureSSBS, FeatureFlagM,
+ FeatureLSE2];
list<SubtargetFeature> X2 = [HasV9_0aOps, FeatureNEON, FeaturePerfMon,
FeatureMatMulInt8, FeatureBF16, FeatureAM,
FeatureMTE, FeatureETE, FeatureSVE2BitPerm,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132120.454771.patch
Type: text/x-patch
Size: 1068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/156db329/attachment.bin>
More information about the llvm-commits
mailing list