This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove 'valuesToRemoveIfDead' from PatternRewriter API
ClosedPublic

Authored by dcaballe on Jan 10 2020, 3:42 PM.

Details

Summary

Remove 'valuesToRemoveIfDead' from PatternRewriter API. The removal
functionality wasn't implemented and we decided [1] not to implement it in
favor of having more powerful DCE approaches.

[1] https://github.com/tensorflow/mlir/pull/212

Diff Detail

Event Timeline

dcaballe created this revision.Jan 10 2020, 3:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2020, 3:42 PM
rriddle accepted this revision.Jan 10 2020, 5:30 PM
This revision is now accepted and ready to land.Jan 10 2020, 5:30 PM

Thanks River! I'll commit this in a while if no more comments.

This revision was automatically updated to reflect the committed changes.