[all-commits] [llvm/llvm-project] 3ff4e5: [mlir][Vector] Thread 0-d vectors through InsertEl...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Nov 23 04:56:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ff4e5f2a4a6a0e124356b2ad8793270ebbb16c1
https://github.com/llvm/llvm-project/commit/3ff4e5f2a4a6a0e124356b2ad8793270ebbb16c1
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-0-d-vectors.mlir
Log Message:
-----------
[mlir][Vector] Thread 0-d vectors through InsertElementOp.
This revision makes concrete use of 0-d vectors to extend the semantics of
InsertElementOp.
Reviewed By: dcaballe, pifon2a
Differential Revision: https://reviews.llvm.org/D114388
More information about the All-commits
mailing list