jhuber6 wrote: > Do we have the varargs handling pass run even with O0?
Yes, it's a mandatory pass for NVPTX and AMDGPU. I added an extra pass in LTO recently just to let vararg functions be inlined, it's not necessary for correctness. https://github.com/llvm/llvm-project/pull/98940 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits