[PATCH] D133667: [InstCombine] convert mul by negative-pow2 to negate and shift

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 09:46:46 PDT 2022


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

No objections, but I'm a little worried that the negator will put up a fight and convert this back again.....


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

https://reviews.llvm.org/D133667



More information about the llvm-commits mailing list