This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Cleanup code in foldSelectICmpAndOr; NFC
ClosedPublic

Authored by goldstein.w.n on Apr 14 2023, 11:11 PM.

Details

Summary

There was just alot of boolean logic to propegate conditions that seem
clearer in conditions.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Apr 14 2023, 11:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 11:11 PM
goldstein.w.n requested review of this revision.Apr 14 2023, 11:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 11:11 PM
nikic accepted this revision.Apr 19 2023, 12:58 PM

LGTM

This revision is now accepted and ready to land.Apr 19 2023, 12:58 PM
This revision was landed with ongoing or failed builds.Aug 16 2023, 8:42 PM
This revision was automatically updated to reflect the committed changes.