[PATCH] D125415: [ARM64EC 4/?] Add LLVM support for varargs calling convention.

Daniel Paoliello via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 10:37:45 PDT 2022


dpaoliello added a comment.

What about split args (i.e., `i128`)? It's my understanding that these need to be passed indirect, but LLVM automatically splits them into two `i64` args.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125415/new/

https://reviews.llvm.org/D125415



More information about the llvm-commits mailing list