[Mlir-commits] [mlir] [mlir][func]: Introduce ReplaceFuncSignature tranform operation (PR #143381)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Jun 16 02:38:40 PDT 2025
ftynse wrote:
> The transform can break the IR if call operation exists in the IR, for this reason I set it to operate on Module and not on a function.
What I mean is the transformation _logic_ itself, not the transformation operation. It should be applicable to, e.g., LLVM dialect functions as well. There's no reason why it should be specific to the function dialect functions.
https://github.com/llvm/llvm-project/pull/143381
More information about the Mlir-commits
mailing list