Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Issue 1054963002: [turbofan] Introduce BranchMatcher and DiamondMatcher helpers. (Closed)

Created:
5 years, 8 months ago by titzer
Modified:
5 years, 8 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Introduce BranchMatcher and DiamondMatcher helpers. R=bmeurer@chromium.org BUG= Committed: https://crrev.com/13d6de49864c89318e8f877d4be55171c6e2d62a Cr-Commit-Position: refs/heads/master@{#27613}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -52 lines) Patch
M src/compiler/common-operator-reducer.cc View 1 chunk +4 lines, -11 lines 0 comments Download
M src/compiler/control-flow-optimizer.cc View 5 chunks +14 lines, -22 lines 0 comments Download
M src/compiler/control-reducer.cc View 1 1 chunk +11 lines, -19 lines 0 comments Download
M src/compiler/node-matchers.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
M src/compiler/node-matchers.cc View 1 1 chunk +43 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-matchers-unittest.cc View 1 chunk +218 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
titzer
5 years, 8 months ago (2015-04-02 13:22:14 UTC) #1
Benedikt Meurer
LGTM if nits are addressed. I generally don't like adding constructors with logic, but I ...
5 years, 8 months ago (2015-04-07 07:19:01 UTC) #2
titzer
https://codereview.chromium.org/1054963002/diff/1/src/compiler/node-matchers.cc File src/compiler/node-matchers.cc (right): https://codereview.chromium.org/1054963002/diff/1/src/compiler/node-matchers.cc#newcode51 src/compiler/node-matchers.cc:51: if (input0->opcode() == IrOpcode::kIfFalse && On 2015/04/07 07:19:01, Benedikt ...
5 years, 8 months ago (2015-04-07 08:41:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054963002/20001
5 years, 8 months ago (2015-04-07 08:41:42 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-07 09:03:33 UTC) #7
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 09:03:49 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/13d6de49864c89318e8f877d4be55171c6e2d62a
Cr-Commit-Position: refs/heads/master@{#27613}

Powered by Google App Engine
This is Rietveld 408576698