This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Lower permutation maps on TransferWriteOps
ClosedPublic

Authored by springerm on May 15 2021, 2:37 AM.

Details

Summary

Add TransferWritePermutationLowering, which replaces permutation maps of TransferWriteOps with vector.transpose.

Depends On D102572

Diff Detail

Event Timeline

springerm created this revision.May 15 2021, 2:37 AM
springerm requested review of this revision.May 15 2021, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2021, 2:38 AM
ThomasRaoux accepted this revision.May 16 2021, 10:19 PM
ThomasRaoux added inline comments.
mlir/lib/Dialect/Vector/VectorTransforms.cpp
3177

use cast<> when you already know the type

This revision is now accepted and ready to land.May 16 2021, 10:19 PM
This revision was automatically updated to reflect the committed changes.