[PATCH] D56145: [DAGCombiner] After performing the division by constant optimization for a DIV or REM node, replace the users of the corresponding REM or DIV node if it exists.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 02:50:38 PST 2019


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

LGTM - there might be a minor code cleanup opportunity to move more of this inside visitSDIVLike/visitUDIVLike as a future NFC.


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

https://reviews.llvm.org/D56145





More information about the llvm-commits mailing list