This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Remove duplicate tensor subset <-> vector transfer patterns
ClosedPublic

Authored by springerm on Jul 11 2023, 2:04 AM.

Details

Summary

Remove patterns that fold tensor subset ops into vector transfer ops from the vector dialect. These patterns already exist in the tensor dialect.

Diff Detail

Event Timeline

springerm created this revision.Jul 11 2023, 2:04 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jul 11 2023, 2:04 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jul 11 2023, 2:06 AM

nice cleanup, thank you!

This revision is now accepted and ready to land.Jul 11 2023, 2:06 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 2:16 AM
This revision was automatically updated to reflect the committed changes.
mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt