[PATCH] D93022: [ARM][AArch64] Add Cortex-A78C Support for Clang and LLVM
Kyrill Tkachov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 10 04:19:35 PST 2020
ktkachov added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:673-686
+def ProcA78C : SubtargetFeature<"cortex-a78c", "ARMProcFamily",
+ "CortexA78C",
+ "Cortex-A78C ARM processors", [
+ HasV8_2aOps,
+ FeatureCrypto,
+ FeatureFPARMv8,
+ FeatureFuseAES,
----------------
According to the TRM at https://developer.arm.com/documentation/102226/0001 Cortex-A78C also supports Pointer Authetication and the Flag Manipulation instructions as well (CFINV, RMIF etc). I think this feature set doesn't reflect that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93022/new/
https://reviews.llvm.org/D93022
More information about the cfe-commits
mailing list