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
5 lines
166 B
MLIR
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 {}
|