[Mlir-commits] [mlir] [mlir][Transform] Relax the applicability of transform.foreach_match … (PR #70209)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Oct 27 01:15:10 PDT 2023


https://github.com/ftynse requested changes to this pull request.

What's your use case? Not matching the root is load bearing as the rewrite part can erase it and chaos will ensue when we try to associate the result with the erased operation in line 895 below.

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


More information about the Mlir-commits mailing list