• bmeurer's avatar
    [turbofan] Avoid introducing machine operators during typed lowering. · 5bed1516
    bmeurer authored
    Introducing machine operators early causes trouble for the typing,
    truncation analysis and representation selection, so we should rather
    stick to simplified operators instead. Now there's only the for-in case
    left, which is not clear how we can handle this in a better way.
    
    Drive-by-fix: Also don't introduce Int32Constant and Word32Shl in
    JSTypedLowering, but use NumberConstant and proper NumberShiftLeft
    operators instead.
    
    R=jarin@chromium.org
    BUG=chromium:630951
    
    Review-Url: https://codereview.chromium.org/2182453002
    Cr-Commit-Position: refs/heads/master@{#38008}
    5bed1516
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...