[PATCH] D157289: [InstCombine] Fold (-a >> b) and/or/xor (~a >> b) into (-a and/or/xor ~a) >> b tests
Maksim Kita via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 13 08:38:07 PDT 2023
kitaisreal updated this revision to Diff 549704.
kitaisreal added a comment.
Updated tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157289/new/
https://reviews.llvm.org/D157289
Files:
llvm/test/Transforms/InstCombine/binop-and-shifts.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157289.549704.patch
Type: text/x-patch
Size: 14409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230813/6a2de61e/attachment.bin>
More information about the llvm-commits
mailing list