This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move the Buffer related source files out of Transforms/
ClosedPublic

Authored by rriddle on Jan 20 2022, 2:34 PM.

Details

Summary

Transforms/ should only contain dialect-independent transformations,
and these files are a much better fit for the bufferization dialect anyways.

Diff Detail

Event Timeline

rriddle created this revision.Jan 20 2022, 2:34 PM
rriddle requested review of this revision.Jan 20 2022, 2:34 PM
stellaraccident accepted this revision.Jan 20 2022, 2:52 PM

Thank you for fixing this layering and severing the cross dependency.

This revision is now accepted and ready to land.Jan 20 2022, 2:52 PM
mehdi_amini accepted this revision.Jan 20 2022, 3:33 PM

It's great that we have now the bufferization dialect to host these, right? :)

rriddle updated this revision to Diff 401823.Jan 20 2022, 5:35 PM