[PATCH] D97160: [DAGCombiner] Optimize SMULO/UMULO if we can prove that overflow is impossible.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 14:31:26 PST 2021


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

LGTM - hopefully we can merge the mulo knownbits implementations over time (having just tried to do this for shifts I know how many weird issues can arise though....).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97160



More information about the llvm-commits mailing list