This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Improve findValueInReverseUseDefChain signature
ClosedPublic

Authored by springerm on Feb 13 2023, 9:16 AM.

Details

Summary

Instead of passing traversal options as a long list of arguments, store them in a TraversalConfig object and pass that object.

Diff Detail

Event Timeline

springerm created this revision.Feb 13 2023, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 9:16 AM
springerm requested review of this revision.Feb 13 2023, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 9:16 AM
springerm retitled this revision from [mlir][bufferization] Improve findValueInReverseUseDefChain to [mlir][bufferization] Improve findValueInReverseUseDefChain signature.May 15 2023, 2:21 AM
springerm edited the summary of this revision. (Show Details)
nicolasvasilache accepted this revision.May 15 2023, 5:06 AM
This revision is now accepted and ready to land.May 15 2023, 5:06 AM