This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`
ClosedPublic

Authored by makslevental on Apr 26 2023, 7:55 AM.

Details

Summary

"If it ain't broke don't fix it" - previous diff had trouble because I refactored the tests in addition to the API change. This time I tested locally with asan and assertions (good practice going forward anyway) but it would be nice if it were possible to run the bulidbots manually to verify*.

*You can in fact run them manually on commits/branches in llvm/llvm-project but not on google/llvm-premerge-checks.

Diff Detail

Event Timeline

makslevental created this revision.Apr 26 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
makslevental published this revision for review.Apr 26 2023, 9:50 AM
makslevental edited the summary of this revision. (Show Details)
kstoimenov accepted this revision.Apr 26 2023, 11:05 AM
This revision is now accepted and ready to land.Apr 26 2023, 11:05 AM