This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Add pattern to drop redundant insert_slice rank expansion
ClosedPublic

Authored by springerm on May 31 2023, 6:29 AM.

Details

Summary

Drop insert_slice rank expansions if they are directly followed by an inverse rank reduction.

Diff Detail