Files
clang-p2996/mlir
Markus Böck 8602204d9f [mlir][tensor] Relax input type requirement on tensor.splat (#145893)
`tensor.splat` is currently restricted to only accepting input values
that are of integer, index or float type.

This is much more restrictive than the tensor type itself as well as any
lowerings of it.

This PR therefore removes this restriction by using `AnyType` for the
input value. Whether the type is actually valid or not for a tensor
remains verified through the type equality of the result tensor element
type and the input type.
2025-06-30 09:49:19 +02:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.