• mstarzinger's avatar
    [turbofan] Remove eager frame state from divisions. · b1cbb983
    mstarzinger authored
    This removes the frame state input representing the before-state from
    nodes having the {JSDivide} or the {JSModulus} operator. Lowering that
    inserts number conversions of the inputs has to be disabled when
    deoptimization is enabled, because the frame state layout is no longer
    known.
    
    R=jarin@chromium.org
    BUG=v8:5021
    
    Review-Url: https://codereview.chromium.org/2121153003
    Cr-Commit-Position: refs/heads/master@{#37608}
    b1cbb983
operator-properties.cc 4.08 KB