[Mlir-commits] [mlir] [mlir][transform] Make `yield` a `ReturnLike` op. (PR #111408)

Matthias Springer llvmlistbot at llvm.org
Mon Oct 7 10:36:47 PDT 2024


https://github.com/matthias-springer approved this pull request.

Irrespective of the bufferization issue, this change makes sense to me. `yield` ops in other dialects typically implement the `ReturnLike` trait, e.g., `scf.yield`.

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


More information about the Mlir-commits mailing list