[all-commits] [llvm/llvm-project] 982959: [AArch64][SME2] Extend getRegAllocationHints for Z...
Kerry McLaughlin via All-commits
all-commits at lists.llvm.org
Thu Dec 19 01:40:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9829598933a0b79117891dd733fde5374e59f064
https://github.com/llvm/llvm-project/commit/9829598933a0b79117891dd733fde5374e59f064
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/test/CodeGen/AArch64/sme2-intrinsics-int-dots.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-vdot.ll
Log Message:
-----------
[AArch64][SME2] Extend getRegAllocationHints for ZPRStridedOrContiguousReg (#119865)
ZPR2StridedOrContiguous loads used by a FORM_TRANSPOSED_REG_TUPLE
pseudo should attempt to assign a strided register to avoid unnecessary
copies, even though this may overlap with the list of SVE callee-saved registers.
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