[PATCH] D111485: [Powerpc] store byval parameter to parameter save area when needed
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 16:46:24 PST 2021
shchenz added a comment.
I asked for some help from a GCC developer. He told me GCC only copies byval structure bigger than 64 bytes to the parameter save area instead of 8 bytes for ELF64. So now after the change, clang should have the same logic as GCC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111485/new/
https://reviews.llvm.org/D111485
More information about the llvm-commits
mailing list