llvm-project/mlir/test/Conversion/VectorToLLVM
Nicolas Vasilache 2823b68580 Implement lowering of VectorTypeCastOp to LLVM
A VectorTypeCastOp can only be used to lower between statically sized contiguous memrefs of scalar and matching vector type. The sizes and strides are thus fully static and easy to determine.

A relevant test is added.

This is a step towards solving tensorflow/mlir#189.

PiperOrigin-RevId: 275538981
2019-10-18 14:00:06 -07:00
..
vector-to-llvm.mlir Implement lowering of VectorTypeCastOp to LLVM 2019-10-18 14:00:06 -07:00