This is an archive of the discontinued LLVM Phabricator instance.

SelectionDAG: Cleanup integer bin op promotion functions.
ClosedPublic

Authored by arsenm on Dec 18 2015, 6:04 PM.

Details

Reviewers
jmolloy
Summary

SDIV and UDIV had special handling, but this is the same handling
that min/max need.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 43288.Dec 18 2015, 6:04 PM
arsenm retitled this revision from to SelectionDAG: Cleanup integer bin op promotion functions..
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
jmolloy accepted this revision.Dec 19 2015, 7:49 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

LGTM! This is a nice cleanup, thanks!

This revision is now accepted and ready to land.Dec 19 2015, 7:49 AM
arsenm closed this revision.Dec 19 2015, 9:22 AM

r256098