This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Use RewriterBase instead of OpBuilder
ClosedPublic

Authored by springerm on Dec 21 2021, 4:30 AM.

Details

Summary

This is in preparation of unifying core bufferization and Comprehensive Bufferize.

Depends On D116101

Diff Detail

Event Timeline

springerm created this revision.Dec 21 2021, 4:30 AM
springerm requested review of this revision.Dec 21 2021, 4:30 AM
nicolasvasilache accepted this revision.Jan 5 2022, 12:13 AM
nicolasvasilache added inline comments.
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
529

Plz add a comment to explain why Rewriter is not the first arg as in other APIs

This revision is now accepted and ready to land.Jan 5 2022, 12:13 AM