[Mlir-commits] [mlir] [mlir][Transform] Provide a minimal set of utils that allow implementing a simple transform dialect interpreter pass (PR #68330)

Nicolas Vasilache llvmlistbot at llvm.org
Fri Oct 6 02:25:46 PDT 2023


nicolasvasilache wrote:

> Could we update InterpreterPassBase to use these and avoid duplication?

Discussed this offline, it seems quite simpler to start a new interpreter pass takes advantage of more recent `transform.named_sequence` availability and gradually port tests and behaviors that we want to continue supporting.

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


More information about the Mlir-commits mailing list