[PATCH] D133449: [InstCombine] Baseline tests for folding x + (x | -x) to x & (x - 1)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 16:04:02 PDT 2022
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - the tests are often harder to get right than the code. :)
If you don't have commit access, please post name+email to receive the proper author citation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133449/new/
https://reviews.llvm.org/D133449
More information about the llvm-commits
mailing list