[all-commits] [llvm/llvm-project] 0a32a9: [AArch64][SME] NFC: Rename hasNewZAInterface to ha...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Aug 30 06:15:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a32a999aea07e373e1b3c9e6f0d20d3f7f1a7b8
https://github.com/llvm/llvm-project/commit/0a32a999aea07e373e1b3c9e6f0d20d3f7f1a7b8
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/SMEABIPass.cpp
M llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.cpp
M llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h
M llvm/unittests/Target/AArch64/SMEAttributesTest.cpp
Log Message:
-----------
[AArch64][SME] NFC: Rename hasNewZAInterface to hasNewZABody.
__arm_new_za is a declaration attribution, not a type attribute,
and is therefore not part of the interface of a function.
More information about the All-commits
mailing list