This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Add `buffer_loop_hoisting` transform op
ClosedPublic

Authored by springerm on Jul 14 2023, 6:08 AM.

Details

Summary

This op hoists buffer allocation from loops.

Diff Detail

Event Timeline

springerm created this revision.Jul 14 2023, 6:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 6:08 AM
springerm requested review of this revision.Jul 14 2023, 6:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 6:08 AM
springerm updated this revision to Diff 540392.Jul 14 2023, 6:10 AM

clang-format

nicolasvasilache accepted this revision.Jul 14 2023, 6:37 AM
This revision is now accepted and ready to land.Jul 14 2023, 6:37 AM