Files
clang-p2996/clang/test/CodeGen
David Green 8f6c623e87 [AArch64] Replace AEK_CRYPTO with relevant features in cpu definitions
This replaces AEK_CRYPTO in the AArch64TargetParser definitions,
replacing the composite Crypto features with the constituent parts.
AEK_CRYPTO is replaced with either AEK_AES | AEK_SHA2 or AEK_AES |
AEK_SHA2 | AEK_SHA3 | AEK_SHA4 depending on if the cpu is Arm-v8.4+.
This helps get the features correct in some more places like
target(cpu=..) attributes.

Otherwise this is hopefully an NFC for -mcpu options but seems like a
cleaner design.

Differential Revision: https://reviews.llvm.org/D142548
2023-01-30 16:05:25 +00:00
..
2022-10-22 08:05:22 +08:00
2022-11-17 16:02:54 +00:00
2023-01-18 08:51:21 -05:00
2022-07-06 07:17:47 -07:00
2022-11-21 14:20:47 -05:00