[PATCH] D127209: [SVE][AArch64] Refine hasSVEArgsOrReturn
Matt Devereau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 03:47:02 PDT 2022
MattDevereau updated this revision to Diff 435858.
MattDevereau edited the summary of this revision.
MattDevereau added a comment.
Moved SVE function deduction from AArch64RegisterInfo::hasSVEArgsOrReturn to AArch64TargetLowering::LowerFormalArguments
Added IsSVE bool to AArch64FunctionInfo which describes if an AArch64Function has SVE args or return type in physical registers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127209/new/
https://reviews.llvm.org/D127209
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127209.435858.patch
Type: text/x-patch
Size: 13706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220610/3ea5e6ca/attachment.bin>
More information about the llvm-commits
mailing list