[all-commits] [llvm/llvm-project] 43aa29: [AArch64] Basic target(+crypto) handling
David Green via All-commits
all-commits at lists.llvm.org
Thu Mar 30 08:47:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43aa293aeaf04e8da50c3c531694444c0311e0c5
https://github.com/llvm/llvm-project/commit/43aa293aeaf04e8da50c3c531694444c0311e0c5
Author: David Green <david.green at arm.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
A clang/test/CodeGen/aarch64-targetattr-crypto.c
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
Log Message:
-----------
[AArch64] Basic target(+crypto) handling
This adds some basic handling for target(+crypto) attributes. In this patch it
just enabled aes and sha2 regardless of the architecture revision, which
matches gccs implementation (and keeps the patch simple).
Differential Revision: https://reviews.llvm.org/D142135
More information about the All-commits
mailing list