[PATCH] D72933: BEGIN_PUBLIC Adds CastSliceOp to the vector ops dialect.

Andy Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 09:15:38 PST 2020


andydavis1 created this revision.
andydavis1 added reviewers: nicolasvasilache, aartbik.
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.

The cast_slices vector operation type casts slices from a 'source' vector to
slices of a 'result' vector, where there is a one-to-one mapping between source
vector and result vector slices (specified by the 'source_sizes' and 'result_sizes' arguments).

END_PUBLIC


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72933

Files:
  mlir/include/mlir/Dialect/VectorOps/VectorOps.td
  mlir/lib/Dialect/VectorOps/VectorOps.cpp
  mlir/test/Dialect/VectorOps/invalid.mlir
  mlir/test/Dialect/VectorOps/ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72933.238798.patch
Type: text/x-patch
Size: 8062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/2823e478/attachment.bin>


More information about the llvm-commits mailing list