[Mlir-commits] [mlir] [mlir][func]: Introduce ReplaceFuncSignature tranform operation (PR #143381)
Aviad Cohen
llvmlistbot at llvm.org
Sat Jun 14 05:27:53 PDT 2025
AviadCo wrote:
> Thank you for the patch!
>
> Please address the comments and consider making this transformation operate on `FunctionOpInterface`.
Thanks for review!
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.
https://github.com/llvm/llvm-project/pull/143381
More information about the Mlir-commits
mailing list