Description[turbofan] Avoid generating dead BooleanNot nodes in typed lowering.
Without this shortcut we generate one BooleanNot per JSUnaryNot with
number input, which is quite common in asm.js. These dead nodes then
survive until the late control reducer runs, and may prevent
optimizations in the mean time.
R=dcarney@chromium.org
Committed: https://crrev.com/936ae2b81499d04c66fa6df5938fde4e56db6fe3
Cr-Commit-Position: refs/heads/master@{#26911}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|