[Mlir-commits] [mlir] [mlir][transform] Fix handling of transitive include in interpreter. (PR #67560)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Sep 28 00:31:17 PDT 2023


ftynse wrote:

Implementation wise, we can consider having a "mergeModules" function that takes a list of modules and moves everything into the first one. It can then be exercised from the pass that loads transform library files, but is also reusable.

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


More information about the Mlir-commits mailing list