llvm-project/mlir/test/Dialect/Tensor
Matthias Springer ebf35370ff [mlir][tensor] Insert explicit tensor.cast ops for insert_slice src
If additional static type information can be deduced from a insert_slice's size operands, insert an explicit cast of the op's source operand.

This enables other canonicalization patterns that are matching for tensor_cast ops such as `ForOpTensorCastFolder` in SCF.

Differential Revision: https://reviews.llvm.org/D108617
2021-08-24 19:45:04 +09:00
..
bufferize.mlir [mlir] Move BufferizeDimOp to Tensor/Transforms/Bufferize.cpp 2021-07-02 10:05:59 +09:00
canonicalize.mlir [mlir][tensor] Insert explicit tensor.cast ops for insert_slice src 2021-08-24 19:45:04 +09:00
invalid.mlir Introduce tensor.insert op to Tensor dialect. 2021-06-13 13:45:40 -07:00
ops.mlir Introduce tensor.insert op to Tensor dialect. 2021-06-13 13:45:40 -07:00
resolve-shaped-type-result-dims.mlir [mlir][Tensor] Implement `reifyReturnTypeShapesPerResultDim` for `tensor.insert_slice`. 2021-07-13 14:53:29 -07:00