[Mlir-commits] [mlir] [MLIR][EmitC] Emit private functions as static (PR #78336)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 17 11:42:38 PST 2024
AlexDenisov wrote:
> Why isn't private mapping to static for functions?
I guess the mapping is not one-to-one: `static` from C doesn't necessarily map directly to `private`, although I think `private` maps to `static` perfectly fine in this case.
https://github.com/llvm/llvm-project/pull/78336
More information about the Mlir-commits
mailing list