[all-commits] [llvm/llvm-project] 51ef80: [mlir][Vector] Add support for 0-D vectors to vect...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Tue Jul 11 12:30:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51ef80a7c20b8a54ef637550a6af8e4293a50407
https://github.com/llvm/llvm-project/commit/51ef80a7c20b8a54ef637550a6af8e4293a50407
Author: Diego Caballero <diegocaballero at google.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
Log Message:
-----------
[mlir][Vector] Add support for 0-D vectors to vector.insert/extract
This is part of the process to remove vector.insertelement/extractelement
from the Vector dialect.
RFC: https://discourse.llvm.org/t/rfc-psa-remove-vector-extractelement-and-vector-insertelement-ops-in-favor-of-vector-extract-and-vector-insert-ops
Differential Revision: https://reviews.llvm.org/D152644
More information about the All-commits
mailing list