Description[turbofan] Introduce simplified operators directly in BytecodeGraphBuilder.
Instead of doing the dance via JSStrictEqual for comparisons with null,
undefined or the hole, we can just go to ReferenceEqual directly. Also
avoid the Select(x, false, true) dance for negation and use BooleanNot
directly.
R=mstarzinger@chromium.org
Review-Url: https://codereview.chromium.org/2646763004
Cr-Commit-Position: refs/heads/master@{#42500}
Committed: https://chromium.googlesource.com/v8/v8/+/1c278ebe2dfc81fc04d2fe53fa1e0b16e02c1cdd
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|