Description[turbofan] Use bounds checks to eliminate subsequent inc/dec overflow checks.
This has two parts:
- in redundancy elimination, if we see addition with left hand side that
was bounds-checked, we reconnect the lhs to the bounds check if it has better
type.
- in representation inference, eliminate overflow checks if the input types
guarantee no overflow.
Committed: https://crrev.com/cd0c259260d1b314e9983972114612f34f37274b
Cr-Commit-Position: refs/heads/master@{#41260}
Patch Set 1 #Patch Set 2 : Remove dead code #
Messages
Total messages: 20 (14 generated)
|