[Mlir-commits] [mlir] [mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner (PR #131226)
Mehdi Amini
llvmlistbot at llvm.org
Sat Apr 5 13:57:51 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.
----------------
joker-eph wrote:
Actually, the documentation the all the API changes should be updated, can you do it in a follow-up PR please?
https://github.com/llvm/llvm-project/pull/131226
More information about the Mlir-commits
mailing list