This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization][NFC] Extract block signature bufferization into separate function
ClosedPublic

Authored by springerm on Aug 17 2023, 12:53 AM.

Details

Summary

When bufferizing "func.func", the entry block signature is bufferized. (Only functions with a single block are supported at the moment.) This functionality is moved into a separate function, so that it can be used for bufferizing unstructured control flow in the future.

Diff Detail