[PATCH] D151694: [InstCombine] Add test case for (icmp eq A, -1) & (icmp eq B, -1) --> (icmp eq (A&B), -1); NFC
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 09:55:10 PDT 2023
goldstein.w.n added a comment.
You have the parent-child relationship of the test/impl patches backwards. This should be the parent of D151660 <https://reviews.llvm.org/D151660>, not the otherway around.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151694/new/
https://reviews.llvm.org/D151694
More information about the llvm-commits
mailing list