This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Expose function to create op on buffers during bufferization.
ClosedPublic

Authored by pifon2a on Sep 2 2021, 1:52 AM.

Diff Detail

Event Timeline

pifon2a created this revision.Sep 2 2021, 1:52 AM
pifon2a requested review of this revision.Sep 2 2021, 1:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2021, 1:52 AM
gysit accepted this revision.Sep 2 2021, 1:57 AM
This revision is now accepted and ready to land.Sep 2 2021, 1:57 AM
tpopp accepted this revision.Sep 2 2021, 2:01 AM
tpopp added inline comments.
mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
79–109

I think this might need a clang format run.

212

This looks like "replace new with new"

pifon2a marked 2 inline comments as done.Sep 2 2021, 2:07 AM

Thank you!

pifon2a updated this revision to Diff 370194.Sep 2 2021, 2:07 AM

Addressed the comments.

This revision was landed with ongoing or failed builds.Sep 2 2021, 2:09 AM
This revision was automatically updated to reflect the committed changes.