[Mlir-commits] [mlir] [mlir][Transforms] Make 1:N function conversion pattern interface-based (PR #92395)

Ingo Müller llvmlistbot at llvm.org
Thu May 16 06:59:04 PDT 2024


https://github.com/ingomueller-net approved this pull request.

LGTM, thanks!

I vaguely remember that I considered that back when I first implemented the whole conversion but I didn't really understand the relationship between `FunctionOpInterface` and the `call` and `return` ops. I guess there simply isn't any. But this doesn't mean that having a pattern just for the interface isn't useful -- to the contrary.

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


More information about the Mlir-commits mailing list