[llvm] [TLI] Use AArch64 vector calling convention for ArmPL routines (PR #135790)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 09:47:09 PDT 2025
================
@@ -21,6 +21,10 @@
#define TLI_DEFINE_VECFUNC(SCAL, VEC, VF, VABI_PREFIX) {SCAL, VEC, VF, NOMASK, VABI_PREFIX},
----------------
paulwalker-arm wrote:
Rather than leave this to chance it would be better to set CONV to std::nullopt explicitly wherever TLI_DEFINE_VECFUNC is defined. You'll see we do this already for the mask parameter and from what I can see there are only a few relevant definitions.
https://github.com/llvm/llvm-project/pull/135790
More information about the llvm-commits
mailing list