Files
clang-p2996/mlir/test/Dialect/Transform/test-interpreter-module-generation.mlir
Alex Zinenko 9d30c6a721 [mlir][transform] generate transform module on-the-fly
Add a TransformInterpreterPassBase capability to generate the (shared)
module containing the transform script during the pass initialization.
This is helpful to programmatically generate the script as opposed to
parsing it from the textual module.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D152185
2023-06-06 09:34:54 +00:00

5 lines
166 B
MLIR

// RUN: mlir-opt %s --test-transform-dialect-interpreter=test-module-generation=1 --verify-diagnostics
// expected-remark @below {{remark from generated}}
module {}