[Mlir-commits] [mlir] [mlir][llvm] Do not inline variadic functions (PR #77241)
Tobias Gysi
llvmlistbot at llvm.org
Sun Jan 7 22:54:37 PST 2024
gysit wrote:
> Any idea how this could be supported eventually? I guess that this would only be possible by understanding and replacing the vararg intrinsics.
AFAIK neither GCC nor Clang support this... It would mean understanding the vararg intrinsics indeed.
https://github.com/llvm/llvm-project/pull/77241
More information about the Mlir-commits
mailing list