[PATCH] D157290: [InstCombine] Fold (-a >> b) and/or/xor (~a >> b) into (-a and/or/xor ~a) >> b
Maksim Kita via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 02:50:13 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG341443d731af: [InstCombine] Fold (-a >> b) and/or/xor (~a >> b) into (-a and/or/xor ~a) >> b (authored by kitaisreal).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157290/new/
https://reviews.llvm.org/D157290
Files:
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/binop-and-shifts.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157290.551948.patch
Type: text/x-patch
Size: 13223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230821/51138452/attachment.bin>
More information about the llvm-commits
mailing list