[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: Build unresolved materialization for replaced ops (PR #101514)

Mike Urbach llvmlistbot at llvm.org
Mon Aug 19 14:30:17 PDT 2024


mikeurbach wrote:

I think this might not work with graph regions... I'm trying to work up a simple example test case to show what I mean. I noticed this while integrating the latest MLIR in CIRCT, which makes heavy use of graph regions, and now has dialect conversion tests failing with null operands. I reverted this patch locally and those tests are passing again.

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


More information about the Mlir-commits mailing list