eopXD added a comment. In D152135#4423640 <https://reviews.llvm.org/D152135#4423640>, @rogfer01 wrote:
> Just to confirm, though: seeing those `COERCE`, I assume the underlying > calling convention (which unfortunately it not 100% transparent to `clang` at > this point) is the same as passing in order the components of the tuple, > right? > > (Apologies if this was already discussed elsewhere) Yes. The calling convention lowers them in corresponding order. https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/CGCall.cpp#L3139 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152135/new/ https://reviews.llvm.org/D152135 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits