[PATCH] D77088: [mlir] [VectorOps] Implement a simple folder for identity vector.transpose operations.

Alex Grosul via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 16:24:23 PDT 2020


grosul1 added a comment.

In D77088#1951080 <https://reviews.llvm.org/D77088#1951080>, @nicolasvasilache wrote:

> Is there a followup revision planned in which you would canonicalize `transpose(transpose())` and have it compose with these newly added folders?


Thanks, Nicolas, yes, I expect to make an update to eliminate combinations of transposes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77088





More information about the llvm-commits mailing list