[all-commits] [llvm/llvm-project] d01576: [TargetParser][AArch64] Add alias for FEAT_RDM. (#...
Alexandros Lamprineas via All-commits
all-commits at lists.llvm.org
Fri Mar 1 13:06:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d01576bb6033865c20a4c0da581939dcae5b30be
https://github.com/llvm/llvm-project/commit/d01576bb6033865c20a4c0da581939dcae5b30be
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/test/CodeGen/attr-target-version.c
M clang/test/Driver/aarch64-rdm.c
M clang/test/Sema/attr-target-clones-aarch64.c
M clang/test/SemaCXX/attr-target-version.cpp
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/lib/TargetParser/AArch64TargetParser.cpp
Log Message:
-----------
[TargetParser][AArch64] Add alias for FEAT_RDM. (#80540)
This patch allows using the name "rdma" as an alias for "rdm". The name
makes its way to target attributes as well as the command line via the
-march and -mcpu options. The motivation was originally to support this
in Function Multi Versioning but it also makes sense to align with GCC
on the command line.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list