[Mlir-commits] [mlir] [mlir][Transform] Provide a minimal set of utils that allow implementing a simple transform dialect interpreter pass (PR #68330)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu Oct 5 10:50:12 PDT 2023
================
@@ -193,7 +194,8 @@ class TransformState {
friend LogicalResult applyTransforms(Operation *, TransformOpInterface,
const RaggedArray<MappedValue> &,
- const TransformOptions &);
+ const TransformOptions &,
+ bool enforceToplevelTransformOp);
----------------
ftynse wrote:
Nit: no need for argument name here.
https://github.com/llvm/llvm-project/pull/68330
More information about the Mlir-commits
mailing list