This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Reorder shape assuming bufferization.
ClosedPublic

Authored by tpopp on Oct 29 2020, 3:05 AM.

Details

Summary

The previous ordering continued to use the original assuming after
replacing it which is not allowed. Now, inline the region from the old
into the new before the replacement.

Diff Detail

Event Timeline

tpopp created this revision.Oct 29 2020, 3:05 AM
Herald added a project: Restricted Project. · View Herald Transcript
tpopp requested review of this revision.Oct 29 2020, 3:05 AM
frgossen accepted this revision.Oct 29 2020, 3:06 AM
This revision is now accepted and ready to land.Oct 29 2020, 3:06 AM

Did one of sanitizers flag this?