Description[turbofan] Strength reduce CheckTaggedSigned/Pointer with checked inputs.
Add strength reduction rules to optimize
CheckTaggedSigned(CheckTaggedSigned(x)) -> CheckTaggedSigned(x)
and
CheckTaggedPointer(CheckTaggedPointer(x)) -> CheckTaggedPointer(x)
where we do some cleanup optimizations after loop peeling and redundancy
elimination, which can generate these constructs.
BUG=v8:5267
Committed: https://crrev.com/dfc4b47f661d7cde5fa23112c19e3f146526d0d3
Cr-Commit-Position: refs/heads/master@{#39366}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|