This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Fix bug in findValueInReverseUseDefChain
ClosedPublic

Authored by springerm on Feb 16 2023, 7:06 AM.

Details

Summary

alwaysIncludeLeaves was not respected by all code paths.

Diff Detail

Event Timeline

springerm created this revision.Feb 16 2023, 7:06 AM
springerm requested review of this revision.Feb 16 2023, 7:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2023, 7:06 AM
nicolasvasilache accepted this revision.Feb 16 2023, 7:07 AM
nicolasvasilache added inline comments.
mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
224

nit: nl

This revision is now accepted and ready to land.Feb 16 2023, 7:07 AM
This revision was landed with ongoing or failed builds.Feb 16 2023, 7:12 AM
This revision was automatically updated to reflect the committed changes.