• bmeurer's avatar
    [turbofan] Do strength reduction for ObjectIsSmi based on inputs. · c91c3961
    bmeurer authored
    Ideally we would have a dedicated MachineRepresentation for Smis during
    representation selection and use that to properly optimize ObjectIsSmi
    (and other ObjectIs<Type> predicates), but that will take some time to
    get that done. So in the meantime we can just do simple (local) strength
    reduction on ObjectIsSmi to avoid Smi checks in the simplest cases at
    least.
    
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2047213002
    Cr-Commit-Position: refs/heads/master@{#36809}
    c91c3961
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...
BUILD.gn 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...