[PATCH] D154791: [InstCombine] Transform bitwise (A >> C - 1, zext(icmp)) -> zext (bitwise(A < 0, icmp)) fold.

Hongyu Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 03:32:08 PDT 2023


XChy added a comment.

In D154791#4527350 <https://reviews.llvm.org/D154791#4527350>, @nikic wrote:

> LGTM

I don't have commit access, can you please land this for me? Please use 'XChy xxs_chy at outlook.com' for the commit.


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

https://reviews.llvm.org/D154791



More information about the llvm-commits mailing list