[PATCH] D122757: [InstSimplify] Fold (ctpop(X) == N) || (X != 0) into X != 0 where N > 0
Hirochika Matsumoto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 2 10:40:06 PDT 2022
hkmatsumoto added a comment.
I pre-committed tests but immediately reverted as I noticed I forgot to rerun update_test_checks.py to make them baseline tests.
Let me take some time to confirm that the revert commit (rGf65c78a0949023bb0f3051cdaea7758e48420978 <https://reviews.llvm.org/rGf65c78a0949023bb0f3051cdaea7758e48420978>) made CI pass.
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