[PATCH] D80419: [mlir] [VectorOps] Add 'vector.matrix_transpose' operation

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 18:25:51 PDT 2020


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

Provides a representation of the linearized LLVM instrinsic.
With tests and lowering implementation to LLVM IR dialect.
Prepares better lowering for 2-D vector.transpose.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80419

Files:
  mlir/include/mlir/Dialect/Vector/VectorOps.td
  mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
  mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
  mlir/test/Dialect/Vector/invalid.mlir
  mlir/test/Dialect/Vector/ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80419.265655.patch
Type: text/x-patch
Size: 10178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200522/274ff346/attachment-0001.bin>


More information about the llvm-commits mailing list