This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Expose a function to populate tensor constant bufferization patterns
ClosedPublic

Authored by bkramer on Jun 7 2021, 12:59 PM.

Details

Summary

This makes it easier to use it from other bufferization passes.

Diff Detail

Event Timeline

bkramer created this revision.Jun 7 2021, 12:59 PM
bkramer requested review of this revision.Jun 7 2021, 12:59 PM
herhut accepted this revision.Jun 9 2021, 3:35 AM

Thanks!

mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
35

Please add a /// comment.

This revision is now accepted and ready to land.Jun 9 2021, 3:35 AM