[PATCH] D157289: [InstCombine] Fold (-a >> b) and/or (~a >> b) into (-a and/or ~a) >> b tests

Maksim Kita via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 08:19:21 PDT 2023


kitaisreal created this revision.
kitaisreal added reviewers: nikic, goldstein.w.n.
kitaisreal added projects: All, LLVM.
Herald added a subscriber: StephenFan.
kitaisreal requested review of this revision.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157289

Files:
  llvm/test/Transforms/InstCombine/and-or-shift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157289.547802.patch
Type: text/x-patch
Size: 10541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/620725de/attachment.bin>


More information about the llvm-commits mailing list