[Mlir-commits] [mlir] [mlir][linalg] Align `elementwise` builder to do type-conversion of input to result type (PR #190566)

Julian Oppermann llvmlistbot at llvm.org
Mon Apr 27 01:25:27 PDT 2026


https://github.com/jopperm commented:

The proposed change makes sense to me, I just have a couple of documentation nits (and +1 adding more tests).

We'll need to adapt the generic-to-category morphism afterwards, as the matchers currently bail out early if there are more than two ops (payload + yield) in the body region.

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


More information about the Mlir-commits mailing list