This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Relax rules for extract_slice/insert_slice matching
ClosedPublic

Authored by springerm on Oct 14 2021, 7:12 PM.

Details

Summary

The rules were too restrictive, causing out-of-place bufferization when the result of two ExtractSliceOp is fed into an InsertSliceOp.

Diff Detail

Event Timeline

springerm created this revision.Oct 14 2021, 7:12 PM
springerm requested review of this revision.Oct 14 2021, 7:12 PM
This revision is now accepted and ready to land.Oct 14 2021, 10:51 PM