[PATCH] D129606: [DAGCombine] fold (urem x, (lshr pow2, y)) -> (and x, (add (lshr pow2, y), -1))

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 22:39:56 PDT 2022


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

LGTM


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

https://reviews.llvm.org/D129606



More information about the llvm-commits mailing list