[Mlir-commits] [mlir] [mlir][linalg] Add `comp-type` to new elementwise-op. (PR #131542)

Renato Golin llvmlistbot at llvm.org
Sun Mar 16 16:03:14 PDT 2025


https://github.com/rengolin commented:

I'm confused. This does not add a `comp-type` to element-wise, just a `cast` operation to the `output-type`. The PR description seems wrong.

Also, as @MaheshRavishankar noted earlier, there are cases where you have different casts for different inputs. I think for now we can assume the output type isn't casted.

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


More information about the Mlir-commits mailing list