• Benedikt Meurer's avatar
    [turbofan] Introduce CommonOperatorReducer. · ee98a1d7
    Benedikt Meurer authored
    The CommonOperatorReducer currently takes care of redundant Phis,
    EffectPhis and Selects. This functionality overlaps with ControlReducer,
    but is required to make certain optimizations effective, since the
    ControlReducer only runs really early and really late in the pipeline
    and therefore other reducers aren't reapplied properly after redundant
    phi/select elimination.
    
    TEST=unittests
    R=hpayer@chromium.org
    
    Review URL: https://codereview.chromium.org/817243003
    
    Cr-Commit-Position: refs/heads/master@{#25922}
    ee98a1d7
common-operator-reducer.h 720 Bytes