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

Issue 2141953002: [Turbofan]: Add integer multiplication with overflow to typed lowering. (Closed)

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

Description

[Turbofan]: Add integer multiplication with overflow to typed lowering. BUG= Committed: https://crrev.com/e7111cfff7d73786aeb5d7ed579103137f532748 Cr-Commit-Position: refs/heads/master@{#37764}

Patch Set 1 #

Patch Set 2 : Fixes. #

Patch Set 3 : REBASED. #

Patch Set 4 : REBASE. #

Patch Set 5 : fix failing tests. #

Total comments: 4

Patch Set 6 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -60 lines) Patch
M src/code-stub-assembler.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +4 lines, -50 lines 0 comments Download
M src/compiler/effect-control-linearizer.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/effect-control-linearizer.cc View 1 2 3 2 chunks +44 lines, -0 lines 0 comments Download
M src/compiler/js-graph.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/redundancy-elimination.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/representation-change.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 3 4 5 2 chunks +44 lines, -7 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/math-mul.js View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (4 generated)
mvstanton
Hi Benedikt, here is the CL we've discussed. I had to keep the check for ...
4 years, 5 months ago (2016-07-14 11:14:58 UTC) #2
Benedikt Meurer
Awesome thanks. Please remove the dead code, then it's ready to go in. LGTM. https://codereview.chromium.org/2141953002/diff/80001/src/compiler/js-graph.cc ...
4 years, 5 months ago (2016-07-14 11:41:35 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/2141953002/diff/80001/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/2141953002/diff/80001/src/compiler/simplified-lowering.cc#newcode1364 src/compiler/simplified-lowering.cc:1364: if (BothInputsAre(node, Type::Number())) { This whole if block is ...
4 years, 5 months ago (2016-07-14 11:43:00 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/2141953002/diff/80001/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/2141953002/diff/80001/src/compiler/simplified-lowering.cc#newcode1350 src/compiler/simplified-lowering.cc:1350: // If the result is truncated, we only need ...
4 years, 5 months ago (2016-07-14 12:08:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2141953002/100001
4 years, 5 months ago (2016-07-14 12:54:41 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-14 13:22:01 UTC) #9
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 13:25:22 UTC) #11
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e7111cfff7d73786aeb5d7ed579103137f532748
Cr-Commit-Position: refs/heads/master@{#37764}

Powered by Google App Engine
This is Rietveld 408576698