[PATCH] D145326: [InstCombine] Transform `(shift X, Or(Y, BitWidth-1))` -> `(shift X,BitWidth-1)`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 14:04:25 PST 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM, but please precommit the tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145326



More information about the llvm-commits mailing list