[PATCH] D133484: [AArch64][SVE] Fix AArch64_SVE_VectorCall calling convention

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 05:10:22 PDT 2022


MattDevereau created this revision.
MattDevereau added reviewers: paulwalker-arm, sdesmalen, peterwaller-arm, c-rhodes.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
MattDevereau requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This fixes the case where callees with SVE arguments outside of the z0-z7
range were incorrectly deduced as SVE calling convention functions


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133484

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133484.458704.patch
Type: text/x-patch
Size: 10234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/af8ecd0f/attachment-0001.bin>


More information about the llvm-commits mailing list