[clang] [libc] [llvm] [AMDGPU] Implement variadic functions by IR lowering (PR #93362)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 16:03:21 PDT 2024
jhuber6 wrote:
> Early exit on lack of va_start will be incorrect in the lowering case, which is the only one enabled by default. I believe existing comments are all addressed.
Figured if there's no `va_start` there's nothing for the pass to do anyway.
> Precommit the cmake diagnostic tweak sounds good, would you like to land that?
Sure
https://github.com/llvm/llvm-project/pull/93362
More information about the llvm-commits
mailing list