[PATCH] D120622: [AArch64] Use correct calling convention for each vararg

Le Philousophe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 00:55:28 PST 2022


lephilousophe added a comment.

Thank you for the rerouting.

While being at it, I had to duplicate the code twice in the same function and I wonder if:

- it could be reworked to avoid this
- the first test is really useful, it seems contradictory with the second one (if all arguments are in registers, why the stack space should matter?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120622



More information about the llvm-commits mailing list