[PATCH] D77331: [mlir][VectorOps] Implement canonicalization for TransposeOp.

Alex Grosul via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 15:44:15 PDT 2020


grosul1 updated this revision to Diff 254633.
grosul1 added a comment.

Existing code uses both styles, but the build fails for the new code. Change
get_permutation -> getPermutation and compose_permutations -> composePermutations.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77331/new/

https://reviews.llvm.org/D77331

Files:
  mlir/include/mlir/Dialect/Vector/VectorOps.td
  mlir/lib/Dialect/Vector/VectorOps.cpp
  mlir/test/Dialect/Vector/canonicalize.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77331.254633.patch
Type: text/x-patch
Size: 6069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200402/c4974115/attachment.bin>


More information about the llvm-commits mailing list