[all-commits] [llvm/llvm-project] 00ce96: [AArch64] Make nosimd imply nocrypto
David Green via All-commits
all-commits at lists.llvm.org
Tue Jan 31 11:17:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00ce96b02e87c1ceba1857590f56c647ad91db91
https://github.com/llvm/llvm-project/commit/00ce96b02e87c1ceba1857590f56c647ad91db91
Author: David Green <david.green at arm.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[AArch64] Make nosimd imply nocrypto
This adds a quick check for -neon, making it imply the same as -crypto,
which helps get some features correct in more cases.
Differential Revision: https://reviews.llvm.org/D142988
More information about the All-commits
mailing list