[PATCH] D120111: [AArch64] Default HBC/MOPS features in clang
Son Tuan Vu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 1 01:35:24 PST 2022
tyb0807 updated this revision to Diff 412010.
tyb0807 added a comment.
Taking into account remarks from @tmatheson, I'm reverting my latest changes
consisting in caching architecture feature into a variable, which makes the
`getAArch64ArchFeaturesFrom*` interfaces more complicated.
I'd propose we move forward with this patch, and the performance issue raised by
@nickdesaulniers will be addressed properly in a separate one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120111/new/
https://reviews.llvm.org/D120111
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Driver/ToolChains/Arch/AArch64.cpp
clang/test/Driver/aarch64-hbc.c
clang/test/Driver/aarch64-mops.c
clang/test/Preprocessor/aarch64-target-features.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120111.412010.patch
Type: text/x-patch
Size: 7994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220301/4768c303/attachment.bin>
More information about the cfe-commits
mailing list