doac wrote: This looks good to me. I did some testing with GCC and Clang and data transfers between them using va_arg seems to work fine. A review with Codex noticed that vectors were not passed the same way in GCC and Clang. I have attached a patch that should fix that in case you wish to incorporate it. Otherwise I will start another PR with it. [va_arg_vectors.patch](https://github.com/user-attachments/files/31734371/va_arg_vectors.patch)
https://github.com/llvm/llvm-project/pull/214981 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
