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

Ingo Müller llvmlistbot at llvm.org
Mon Oct 7 10:20:46 PDT 2024


ingomueller-net wrote:

One could also argue that the one-shot bufferization is using the interface wrong: AFAIU, `FunctionOpInterface` does not prescribe the ops implementing it to have `ReturnLike` terminators, so the pass should not assume this kind of terminators.

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


More information about the Mlir-commits mailing list