[PATCH] D122963: [X86] Extend the integer parameter if the function isn't local linked
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 23:43:47 PDT 2022
LiuChen3 added a comment.
> I think you need to add a new `ConservativeExtend` kind to `ABIArgInfo` and make `X86_64ABIInfo::classifyArgumentType` (and `classifyReturnType`?) use that instead of `Extend`.
I will take a look. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122963/new/
https://reviews.llvm.org/D122963
More information about the llvm-commits
mailing list