[PATCH] D154138: [InstCombine] Add tests for folding `(icmp eq/ne (or x, C), x)` -> `(icmp eq/ne (and x, C), C)`; NFC
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 08:43:12 PDT 2023
goldstein.w.n added a comment.
In D154138#4510080 <https://reviews.llvm.org/D154138#4510080>, @RKSimon wrote:
> Swap child<->parent with D154139 <https://reviews.llvm.org/D154139>?
Yup! Done :)
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