[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #110322)
Ingo Müller
llvmlistbot at llvm.org
Mon Oct 7 10:25:08 PDT 2024
ingomueller-net wrote:
I have just created #111408, but I am getting second thoughts: 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/110322
More information about the Mlir-commits
mailing list