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

Issue 555833002: [turbofan] Add support for overflow add/sub to the MachineOperatorReducer. (Closed)

Created:
6 years, 3 months ago by Benedikt Meurer
Modified:
6 years, 3 months ago
Reviewers:
Sven Panne
CC:
Paweł Hajdan Jr., v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Add support for overflow add/sub to the MachineOperatorReducer. TEST=base-unittests,compiler-unittests,cctest R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23809

Patch Set 1 #

Patch Set 2 : Fix typo #

Total comments: 2

Patch Set 3 : Address nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -26 lines) Patch
M include/v8config.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/base/bits.h View 1 2 2 chunks +29 lines, -0 lines 0 comments Download
M src/base/bits-unittest.cc View 2 chunks +43 lines, -0 lines 0 comments Download
M src/compiler/machine-operator-reducer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator-reducer.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M src/compiler/machine-operator-reducer-unittest.cc View 1 chunk +92 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 11 chunks +10 lines, -26 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
6 years, 3 months ago (2014-09-09 12:37:15 UTC) #1
Benedikt Meurer
PTAL
6 years, 3 months ago (2014-09-09 13:03:03 UTC) #2
Sven Panne
LGTM with a nit https://codereview.chromium.org/555833002/diff/20001/src/base/bits.h File src/base/bits.h (right): https://codereview.chromium.org/555833002/diff/20001/src/base/bits.h#newcode128 src/base/bits.h:128: return (((res ^ lhs) & ...
6 years, 3 months ago (2014-09-09 13:10:49 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/555833002/diff/20001/src/base/bits.h File src/base/bits.h (right): https://codereview.chromium.org/555833002/diff/20001/src/base/bits.h#newcode128 src/base/bits.h:128: return (((res ^ lhs) & (res ^ rhs)) >> ...
6 years, 3 months ago (2014-09-09 14:15:23 UTC) #4
Benedikt Meurer
6 years, 3 months ago (2014-09-09 14:18:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 23809 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698