[PATCH] D158169: [X86] Fix i128 argument passing under SysV ABI
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 19:29:46 PDT 2023
pengfei added a comment.
Do we have a way to detect it's from `i128` and only do for it? I think we will increase unnecessary load/stores to normal 64-bit argument passing which would be more common in practice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158169/new/
https://reviews.llvm.org/D158169
More information about the llvm-commits
mailing list