• bmeurer's avatar
    [turbofan] Fix optimized lowering of Math.imul. · fa7460ad
    bmeurer authored
    We eagerly inserted Int32Mul for Math.imul during builtin lowering and
    messed up with the types, which confused the representation selection.
    This adds a proper NumberImul operator, and fixes the builtin reducer to
    do the right thing according to the spec.
    
    R=mstarzinger@chromium.org
    BUG=v8:5006
    LOG=n
    
    Review-Url: https://codereview.chromium.org/1971163002
    Cr-Commit-Position: refs/heads/master@{#36219}
    fa7460ad
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...