We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430a36 commit 8447c12Copy full SHA for 8447c12
mlir/include/mlir/Interfaces/LoopLikeInterface.h
@@ -61,8 +61,8 @@ namespace mlir {
61
/// A function that rewrites `target`'s terminator as a teminator obtained by
62
/// fusing `source` into `target`.
63
using FuseTerminatorFn =
64
- std::function<void(RewriterBase &rewriter, LoopLikeOpInterface source,
65
- LoopLikeOpInterface &target, IRMapping mapping)>;
+ function_ref<void(RewriterBase &rewriter, LoopLikeOpInterface source,
+ LoopLikeOpInterface &target, IRMapping mapping)>;
66
67
/// Returns a fused `LoopLikeOpInterface` created by fusing `source` to
68
/// `target`. The `NewYieldValuesFn` callback is used to pass to the
0 commit comments