llvm-project/mlir/test/Dialect/Arithmetic
Javier Setoain 71705f531f [mlir][Arith] Disallow casting between scalable and fixed-length vectors
Casting between scalable vectors and fixed-length vectors doesn't make
sense. If one of the operands is scalable, the other has to be scalable
to be able to guarantee they have the same shape at runtime.

Differential Revision: https://reviews.llvm.org/D119568
2022-02-15 17:34:42 +00:00
..
bufferize.mlir [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
canonicalize.mlir [MLIR][arith] Mark addf/mulf as commutative 2022-02-01 08:33:48 +01:00
expand-ops.mlir [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
invalid.mlir [mlir][Arith] Disallow casting between scalable and fixed-length vectors 2022-02-15 17:34:42 +00:00
ops.mlir [mlir][RFC] Add scalable dimensions to VectorType 2021-12-15 09:31:37 +00:00