[PATCH] D118199: [AArch64] ACLE feature macro for Armv8.8-A MOPS
Son Tuan Vu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 14:58:44 PST 2022
tyb0807 created this revision.
Herald added a subscriber: kristof.beyls.
tyb0807 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This introduces the new __ARM_FEATURE_MOPS ACLE feature test macro,
which signals the availability of the new Armv8.8-A/Armv9.3-A
instructions for standardising memcpy, memset and memmove operations.
This patch supersedes the one from https://reviews.llvm.org/D116160.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118199
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/test/CodeGen/aarch64-mops.c
clang/test/Preprocessor/aarch64-target-features.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118199.403046.patch
Type: text/x-patch
Size: 24735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220125/0ad137ab/attachment-0001.bin>
More information about the cfe-commits
mailing list