[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #110322)

Matthias Springer llvmlistbot at llvm.org
Mon Oct 7 10:43:42 PDT 2024


matthias-springer wrote:

In that case, we could also make the `FunctionOpInterface` stricter: by requiring that function ops that have a result value must have a `ReturnLike` op. And verify result/operand types. I think we already do that for `CallOpInterface` + `FunctionOpInterface` today.

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


More information about the Mlir-commits mailing list