[PATCH] D151660: [InstCombine] (icmp eq A, -1) & (icmp eq B, -1) --> (icmp eq (A&B), -1)

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 20:35:23 PDT 2023


xgupta added a comment.

In D151660#4404597 <https://reviews.llvm.org/D151660#4404597>, @goldstein.w.n wrote:

> LGTM.
>
> Do you need me to push this for you? If so can you please reply with your name/email?

Thank you for the review. I do have commit access. Will push it.


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

https://reviews.llvm.org/D151660



More information about the llvm-commits mailing list