[PATCH] D154139: [InstCombine] Transform `(icmp eq/ne (or x, C), x)` -> `(icmp eq/ne (and x, C), C)`

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 20 10:30:37 PDT 2023


goldstein.w.n abandoned this revision.
goldstein.w.n added a comment.

Yeah. Obsolete now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154139



More information about the llvm-commits mailing list