[PATCH] D124435: [X86] Always extend the integer parameters in callee
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 11:09:01 PDT 2022
jyknight added a comment.
In D124435#3696862 <https://reviews.llvm.org/D124435#3696862>, @rjmccall wrote:
> That is an interesting idea. I like that it integrates this into `-fclang-abi-compat`. The way that `-mno-conservative-small-integer-abi` ends up meaning opposite things based on the abi-compat setting worries me a lot, though.
The flag means the same thing in both cases, from the user's POV: "Be compatible only with the specified -fclang-abi-compat behavior, not an earlier/later ABI version's behavior."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124435/new/
https://reviews.llvm.org/D124435
More information about the cfe-commits
mailing list