This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Add canonicalization pattern for vector.transpose(vector.constant_mask)
ClosedPublic

Authored by dcaballe on Mar 28 2023, 6:10 PM.

Details

Summary

We already had vector.transpose(vector.create_mask) ->
vector.create_mask. This patch adds the constant mask version of it.

Diff Detail

Event Timeline

dcaballe created this revision.Mar 28 2023, 6:10 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Mar 28 2023, 6:10 PM
This revision is now accepted and ready to land.Mar 29 2023, 11:24 AM
This revision was landed with ongoing or failed builds.Mar 29 2023, 12:54 PM
This revision was automatically updated to reflect the committed changes.