This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add support for simplifying inverted `select` in `foldAndOrOfSelectUsingImpliedCond`; NFC
AbandonedPublic

Authored by goldstein.w.n on Aug 31 2023, 6:29 PM.

Details

Reviewers
nikic
RKSimon
Summary

No change to any functionality at the moment, this is preperatory for
a foldSelectOfBools refactor.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Aug 31 2023, 6:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 6:29 PM
goldstein.w.n requested review of this revision.Aug 31 2023, 6:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 6:29 PM
RKSimon added inline comments.Sep 14 2023, 3:07 AM
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
412

Update comment describing NotSICond

goldstein.w.n abandoned this revision.Sep 19 2023, 8:54 AM

Abandoning and resubmitting on GH