[all-commits] [llvm/llvm-project] 4db451: [LLVM][SVE] Honour calling convention when using S...
Paul Walker via All-commits
all-commits at lists.llvm.org
Thu Nov 30 04:10:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4db451a87d56ab469af2eecbae47338e540b1276
https://github.com/llvm/llvm-project/commit/4db451a87d56ab469af2eecbae47338e540b1276
Author: Paul Walker <paul.walker at arm.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
A llvm/test/CodeGen/AArch64/sve-fixed-length-function-calls.ll
A llvm/test/CodeGen/AArch64/sve-fixed-length-functions.ll
Log Message:
-----------
[LLVM][SVE] Honour calling convention when using SVE for fixed length vectors. (#70847)
NOTE: I'm not sure how many of the corner cases are part of the
documented ABI but that shouldn't matter because my goal is for
`-msve-vector-bits` to have no affect on the way arguments and returns
are processed.
More information about the All-commits
mailing list