This is an archive of the discontinued LLVM Phabricator instance.

[ConstraintElimination] Move logic for replacing ssub overflow users (NFC)
ClosedPublic

Authored by zjaffal on Sep 16 2022, 6:48 AM.

Diff Detail

Event Timeline

zjaffal created this revision.Sep 16 2022, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 6:48 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
zjaffal requested review of this revision.Sep 16 2022, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 6:48 AM
fhahn accepted this revision.Sep 26 2022, 5:54 AM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 26 2022, 5:54 AM
fhahn requested changes to this revision.Oct 3 2022, 1:42 AM

This needs to be rebased, current main contains an update to return a bool to indicate whether IR has been changed.

This revision now requires changes to proceed.Oct 3 2022, 1:42 AM
zjaffal updated this revision to Diff 464950.Oct 4 2022, 4:15 AM

rebase on top of main to fix failing tests.

zjaffal updated this revision to Diff 467761.Oct 14 2022, 6:12 AM

Rebase on top of main

fhahn accepted this revision.Oct 14 2022, 10:16 AM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 14 2022, 10:16 AM