[all-commits] [llvm/llvm-project] d48e63: [AArch64][SVE] Fix AArch64_SVE_VectorCall calling ...
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Mon Oct 10 03:26:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d48e63074f7831cc8e52ac51d446076706b6fa66
https://github.com/llvm/llvm-project/commit/d48e63074f7831cc8e52ac51d446076706b6fa66
Author: Matt Devereau <matthew.devereau at arm.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
Log Message:
-----------
[AArch64][SVE] Fix AArch64_SVE_VectorCall calling convention
This fixes the case where callees with SVE arguments outside of the z0-z7
range were incorrectly deduced as SVE calling convention functions
More information about the All-commits
mailing list