[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
Wed Aug 16 06:06:56 PDT 2023


kitaisreal added a comment.

@nikic I updated tests could you please accept this and D157290 <https://reviews.llvm.org/D157290> ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157289/new/

https://reviews.llvm.org/D157289



More information about the llvm-commits mailing list