[Mlir-commits] [mlir] [mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner (PR #131226)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Mar 14 03:22:27 PDT 2025


https://github.com/jeanPerier commented:

Makes sense to me. Letting people more familiar with this code reviewing/approving.

It would be great to be able to add a test showing the motivation of this interface by having a Clone version that can generate an scf.execute_region, but I understand it is not desired to make the InlinerPass dependent on the SCF dialect for the sake of this test.

https://github.com/llvm/llvm-project/pull/131226


More information about the Mlir-commits mailing list