[PATCH] D114272: [InstCombine] Add two optimizations for mul-and-icmp patterns

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 05:57:44 PST 2022


spatel added a comment.

We now handle all of the motivating cases with demanded bits improvements ( 995d400f3a3c <https://reviews.llvm.org/rG995d400f3a3c3d47bad95551dad104f686c46305> ), so this patch can be abandoned.


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

https://reviews.llvm.org/D114272



More information about the llvm-commits mailing list