This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add tests for folding `(icmp eq/ne (or x, C), x)` -> `(icmp eq/ne (and x, C), C)`; NFC
Needs ReviewPublic

Authored by goldstein.w.n on Jun 29 2023, 12:50 PM.