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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 05:14:11 PDT 2023


RKSimon added a comment.

Swap child<->parent with D154139 <https://reviews.llvm.org/D154139>?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154138/new/

https://reviews.llvm.org/D154138



More information about the llvm-commits mailing list