[PATCH] D144606: [InstCombine] Add transforms for `(max/min (xor X, Pow2), X)` -> `(and/or X, Pow2/~Pow2)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 11:46:16 PST 2023
goldstein.w.n updated this revision to Diff 499933.
goldstein.w.n added a comment.
Fix misspel
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144606/new/
https://reviews.llvm.org/D144606
Files:
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/test/Transforms/InstCombine/minmax-of-xor-x.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144606.499933.patch
Type: text/x-patch
Size: 6439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230223/7bffd68f/attachment.bin>
More information about the llvm-commits
mailing list