This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Simplify foldAndOrOfSETCC. NFC.
ClosedPublic

Authored by foad on Jul 25 2023, 2:37 AM.

Details

Summary

Pull out repeated hasOneUse checks. Simplify some conditions. Reduce
indentation.

Diff Detail

Event Timeline

foad created this revision.Jul 25 2023, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 2:37 AM
foad requested review of this revision.Jul 25 2023, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 2:37 AM
kmitropoulou accepted this revision.Jul 25 2023, 1:00 PM

LGTM! Thank you :)

This revision is now accepted and ready to land.Jul 25 2023, 1:00 PM
This revision was landed with ongoing or failed builds.Jul 26 2023, 2:23 AM
This revision was automatically updated to reflect the committed changes.