[PATCH] D122077: [InstCombine] Fold (ctpop(X) == 1) | (X == 0) into ctpop(X) < 2
Sanjay Patel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 27 06:17:00 PDT 2022
spatel added a comment.
Thank you for the making the test changes. I pushed the baseline tests on your behalf here:
ebaa28e0750b <https://reviews.llvm.org/rGebaa28e0750b4e2bee4eb3ca0c5fece16a805fb0>
Please rebase and update the patch here in Phabricator - it should only show changes in the CHECK lines after the update.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122077/new/
https://reviews.llvm.org/D122077
More information about the cfe-commits
mailing list