[PATCH] D96866: [AArch64] Add some missing Neoverse features
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 02:52:21 PST 2021
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1012
+ FeaturePostRAScheduler,
+ FeatureCrypto,
+ FeatureFuseAES,
----------------
If this is adding crypto... shouldn't there be a test for that? The one in TargetParserTest?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96866/new/
https://reviews.llvm.org/D96866
More information about the llvm-commits
mailing list