[all-commits] [llvm/llvm-project] c70b93: [AArch64] ACLE feature macro for Armv8.8-A MOPS
tyb0807 via All-commits
all-commits at lists.llvm.org
Thu Feb 10 01:09:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c70b9350890152fdcc5e65201c8f8146e977658a
https://github.com/llvm/llvm-project/commit/c70b9350890152fdcc5e65201c8f8146e977658a
Author: tyb0807 <sontuan.vu at arm.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/test/CodeGen/aarch64-mops.c
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[AArch64] ACLE feature macro for Armv8.8-A MOPS
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.
Differential Revision: https://reviews.llvm.org/D118199
More information about the All-commits
mailing list