Skip to content
Commit d114ab33 authored by Duncan Sands's avatar Duncan Sands
Browse files

Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,

plus some variations of this.  According to my auto-simplifier this occurs a lot
but usually in combination with max/min idioms.  Because max/min aren't handled
yet this unfortunately doesn't have much effect in the testsuite.

llvm-svn: 125462
parent 0e162c57
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