[libc-commits] [clang] [libc] [llvm] [AMDGPU] Implement variadic functions by IR lowering (PR #93362)
Jon Chesterfield via libc-commits
libc-commits at lists.llvm.org
Wed Jun 5 12:10:03 PDT 2024
JonChesterfield wrote:
An offline suggestion from Pierre is that this should early-exit if there are no variadic functions in the module. That's a good thing, I'd like to consider it another of the increase-complexity-for-decreased-compile-time to implement after something has landed.
https://github.com/llvm/llvm-project/pull/93362
More information about the libc-commits
mailing list