[PATCH] D122757: [InstSimplify] Fold (ctpop(X) == N) || (X != 0) into X != 0 where N > 0

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 10:47:39 PDT 2022


spatel added a comment.

In D122757#3422764 <https://reviews.llvm.org/D122757#3422764>, @hkmatsumoto wrote:

> Oops, sorry I actually got the email but was hidden under a bunch of others.
> Let me quickly address some of your reviews, and address all of them tomorrow morning.

Ah - I actually see the mail too now, but it was also buried in my inbox. :)

Thanks for the updates. I think you can request commit access now if you have not already:
https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access

If you get that, you can add the new tests as an "NFC" patch first. After that, this patch should be good to commit too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122757



More information about the llvm-commits mailing list