This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Remove hoisting functionality from One-Shot Bufferize
ClosedPublic

Authored by springerm on May 23 2022, 3:58 PM.

Details

Summary

The same functionality is already provided by -buffer-hoisting and -buffer-loop-hoisting.

The purpose of this change is to remove finalizeBuffers, which made it difficult to extend the bufferization to custom buffer types.

Diff Detail