[PATCH] D80092: [mlir][Vector] Make minor identity permutation map optional in transfer op printing and parsing

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 17 15:58:26 PDT 2020


nicolasvasilache created this revision.
nicolasvasilache added reviewers: aartbik, ftynse.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
nicolasvasilache added a reviewer: dcaballe.

This revision makes the use of vector transfer operatons more idiomatic by
allowing to omit and inferring the permutation_map.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80092

Files:
  mlir/include/mlir/Dialect/Vector/VectorOps.td
  mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
  mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
  mlir/lib/Dialect/Vector/VectorOps.cpp
  mlir/test/Conversion/AffineToStandard/lower-affine-to-vector.mlir
  mlir/test/Conversion/VectorToLoops/vector-to-loops.mlir
  mlir/test/Dialect/Affine/SuperVectorize/vectorize_1d.mlir
  mlir/test/Dialect/Affine/SuperVectorize/vectorize_2d.mlir
  mlir/test/Dialect/Affine/SuperVectorize/vectorize_3d.mlir
  mlir/test/Dialect/Vector/invalid.mlir
  mlir/test/Dialect/Vector/ops.mlir
  mlir/test/Dialect/Vector/vector-transforms.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80092.264517.patch
Type: text/x-patch
Size: 46944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200517/14bda7d2/attachment.bin>


More information about the llvm-commits mailing list