Reviewers: Hannes Payer,

Description:
[turbofan] Introduce CommonOperatorReducer.

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
[email protected]

Please review this at https://codereview.chromium.org/817243003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+170, -9 lines):
  M BUILD.gn
  A + src/compiler/common-operator-reducer.h
  A src/compiler/common-operator-reducer.cc
  M src/compiler/pipeline.cc
  A test/unittests/compiler/common-operator-reducer-unittest.cc
  M test/unittests/unittests.gyp
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to