[PATCH] D72731: [VectorOps] Update vector transfer read op comments.
Andy Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 13:09:46 PST 2020
andydavis1 created this revision.
andydavis1 added a reviewer: nicolasvasilache.
Herald added subscribers: llvm-commits, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added 1 blocking reviewer(s): nicolasvasilache.
Herald added a project: LLVM.
andydavis1 added a reviewer: aartbik.
nicolasvasilache accepted this revision.
This revision is now accepted and ready to land.
Update vector transfer read op comments.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72731
Files:
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
Index: mlir/include/mlir/Dialect/VectorOps/VectorOps.td
===================================================================
--- mlir/include/mlir/Dialect/VectorOps/VectorOps.td
+++ mlir/include/mlir/Dialect/VectorOps/VectorOps.td
@@ -742,9 +742,9 @@
a [MemRef](../LangRef.md#memref-type) supplied as its first operand
into a [vector](../LangRef.md#vector-type) of the same base elemental type.
- A vector memref operand must have its vector element type match a suffix
- (shape and element type) of the vector (e.g. memref<3x2x6x4x3xf32>,
- vector<1x1x4x3xf32>).
+ A memref operand with vector element type, must have its vector element
+ type match a suffix (shape and element type) of the vector (e.g.
+ memref<3x2x6x4x3xf32>, vector<1x1x4x3xf32>).
The slice is further defined by a full-rank index within the MemRef,
supplied as the operands `2 .. 1 + rank(memref)`. The permutation_map
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72731.238080.patch
Type: text/x-patch
Size: 932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200114/4cf58217/attachment.bin>
More information about the llvm-commits
mailing list