llvm-project/mlir/lib/Conversion/VectorToLLVM
Michal Terepeta 1423e8bf5d [mlir][Vector] Support 0-D vectors in `BitCastOp`
The implementation only allows to bit-cast between two 0-D vectors. We could
probably support casting from/to vectors like `vector<1xf32>`, but I wasn't
convinced that this would be important and it would require breaking the
invariant that `BitCastOp` works only on vectors with equal rank.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D114854
2021-12-03 08:55:59 +00:00
..
CMakeLists.txt [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
ConvertVectorToLLVM.cpp [mlir][Vector] Support 0-D vectors in `BitCastOp` 2021-12-03 08:55:59 +00:00
ConvertVectorToLLVMPass.cpp [mlir][Linalg] NFC - Make more option names consistent. 2021-10-28 19:48:57 +00:00