[PATCH] D78129: Add Marvell ThunderX3T110 support
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 02:06:33 PDT 2020
DavidSpickett added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Arch/AArch64.cpp:89
CPU = llvm::sys::getHostCPUName();
-
if (CPU == "generic") {
----------------
Remove stray change.
================
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:167
AARCH64_CPU_NAME("thunderx2t99", ARMV8_1A, FK_CRYPTO_NEON_FP_ARMV8, false,
- (AArch64::AEK_NONE))
+ (AArch64::AEK_CRC | AEK_CRYPTO | AEK_FP | AEK_SIMD | AEK_LSE | AEK_RAND))
+AARCH64_CPU_NAME("thunderx3t110", ARMV8_3A, FK_CRYPTO_NEON_FP_ARMV8, false,
----------------
Is this change also correcting the options for the x2t99? I think that should be a separate patch if so.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78129/new/
https://reviews.llvm.org/D78129
More information about the cfe-commits
mailing list