This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add tests for transforming `(icmp (or X, Y), X)`; NFC
ClosedPublic

Authored by goldstein.w.n on Feb 22 2023, 5:20 PM.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Feb 22 2023, 5:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2023, 5:20 PM
goldstein.w.n requested review of this revision.Feb 22 2023, 5:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2023, 5:20 PM

A X & ~Y == 0 transform

Add in tests for bugfix

Add tests for nikics fold

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2023, 11:59 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.