[Mlir-commits] [mlir] [mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner (PR #131226)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Apr 7 10:19:59 PDT 2025
================
@@ -253,43 +254,51 @@ class InlinerInterface
/// provided, will be used to update the inlined operations' location
/// information. 'shouldCloneInlinedRegion' corresponds to whether the source
/// region should be cloned into the 'inlinePoint' or spliced directly.
----------------
junfengd-nv wrote:
Yes. I will.
https://github.com/llvm/llvm-project/pull/131226
More information about the Mlir-commits
mailing list