[all-commits] [llvm/llvm-project] bd07be: [mlir][vector] Update doc strings for insert_map/e...
Thomas via All-commits
all-commits at lists.llvm.org
Mon Oct 26 10:47:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd07be4f3f7fc062c7c80122b8796838be91abd3
https://github.com/llvm/llvm-project/commit/bd07be4f3f7fc062c7c80122b8796838be91abd3
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
M mlir/test/Dialect/Vector/vector-distribution.mlir
M mlir/test/lib/Transforms/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][vector] Update doc strings for insert_map/extract_map and fix insert_map semantic
Based on discourse discussion, fix the doc string and remove examples with
wrong semantic. Also fix insert_map semantic by adding missing operand for
vector we are inserting into.
Differential Revision: https://reviews.llvm.org/D89563
More information about the All-commits
mailing list