Skip to content
Commit 5c6d0c3b authored by Dan Gohman's avatar Dan Gohman
Browse files

DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI.

Check if one of the two results unneeded so see if a simpler operator
could bs used. Also check to see if each of the two computations could be
simplified if they were split into separate operators. Factor out the code
that calls visit() so that it can be used for this purpose.

llvm-svn: 42759
parent 4c73befe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment