[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #110322)
Matthias Springer
llvmlistbot at llvm.org
Mon Oct 7 10:41:58 PDT 2024
matthias-springer wrote:
@tzunghanjuang Can you check how we are using the `ReturnLike` op in this file? I suspect it's to gather aliasing + equivalence information. If `FunctionOpInterface` is really not tied to the `ReturnLike` trait (i.e., the trait is not mentioned in the `FunctionOpInterface` documentation as a required terminator), then this analysis can not really be done just with the interface.
https://github.com/llvm/llvm-project/pull/110322
More information about the Mlir-commits
mailing list