[clang] [X86][vectorcall] Do not consume register for indirect return value (PR #97939)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 06:22:59 PDT 2024
phoebewang wrote:
> I meant, at the beginning of X86_32ABIInfo::computeInfo there's a chain of if statements that set up the properties of different calling conventions, and maybe some bits could be set there. If you don't think that makes sense, though, it's fine.
Thanks @efriedma-quic! I prefer to using the convention name directly. I think it's more readable than hiding them under a state bit.
https://github.com/llvm/llvm-project/pull/97939
More information about the cfe-commits
mailing list