This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Handle subview correctly in store to load opt on memref
ClosedPublic

Authored by ThomasRaoux on Sep 23 2022, 4:46 PM.

Details

Summary

Make sure we consider other subviews of the same buffer when doing store
to load forwarding or dead store elimination.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Sep 23 2022, 4:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.Sep 23 2022, 4:46 PM
antiagainst accepted this revision.Sep 26 2022, 8:09 AM
This revision is now accepted and ready to land.Sep 26 2022, 8:09 AM