Description[turbofan] Eliminate unnecessary hole to undefined conversion.
Add simplified operator reduction rule that reduces
CheckedTaggedSignedToInt32(ConvertTaggedHoleToUndefined(x))
to
CheckedTaggedSignedToInt32(x)
which avoids the unnecessary hole to undefined conversion, as the check
operation will fail equally on either hole or undefined.
BUG=v8:5267
R=jarin@chromium.org
Committed: https://crrev.com/cb0de11d800ffb0aa6ca26b54e97fd0f8b93d558
Cr-Commit-Position: refs/heads/master@{#39863}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|