Commits

Nadav Rotem committed dc01d61c724
[overflow] Teach the overflow optimizations to get rid of multiplication overflow checks. Use the knowledge of previous (or future) overflow checks to remove multiplication by smaller values. For example: x * 100 x * 10 // can remove this overflow checks. Swift SVN r26543