This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Export `collapseGenericOpIterationDims` (NFC)
ClosedPublic

Authored by guraypp on Nov 25 2022, 1:53 AM.

Details

Summary

This revision exports collapseGenericOpIterationDims to a header so it can be used outside of the pattern. We have use-case where we want to call this function directly.

Diff Detail

Event Timeline

guraypp created this revision.Nov 25 2022, 1:53 AM
guraypp requested review of this revision.Nov 25 2022, 1:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 1:53 AM
springerm accepted this revision.Nov 25 2022, 3:47 AM
This revision is now accepted and ready to land.Nov 25 2022, 3:47 AM
This revision was automatically updated to reflect the committed changes.