This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix invalid hoisting of dependent allocs in buffer hoisting pass.
ClosedPublic

Authored by dfki-jugr on Mar 9 2021, 4:00 AM.

Details

Summary

Buffer hoisting moves allocs upwards although it has dependency within its
nested region. This patch fixes this issue.

https://bugs.llvm.org/show_bug.cgi?id=49142

Diff Detail

Event Timeline

dfki-jugr created this revision.Mar 9 2021, 4:00 AM
dfki-jugr requested review of this revision.Mar 9 2021, 4:00 AM
herhut accepted this revision.Mar 9 2021, 7:49 AM

Thanks!

This revision is now accepted and ready to land.Mar 9 2021, 7:49 AM