[Mlir-commits] [mlir] [mlir] remove test-tranfsorm-dialect-interpreter (PR #89931)

Ingo Müller llvmlistbot at llvm.org
Tue May 7 00:04:08 PDT 2024


ingomueller-net wrote:

For reference, this is related to a couple of other changes that may be necessary for code bases that still used the old infrastructure:

* The `-transform-interpreter` pass can only use named sequences as entry points (#70040).
* AFAIU, there is no `TransformInterpreterPassBase` anymore. Instead, one should create a pass with `mlir::transform::createInterpreterPass` and possibly modify its behavior with `mlir::transform::InterpreterPassOptions`.

https://github.com/llvm/llvm-project/pull/89931


More information about the Mlir-commits mailing list