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

Issue 2152363002: PPC: [turbofan] Introduce integer multiplication with overflow. (Closed)

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

Description

PPC: [turbofan] Introduce integer multiplication with overflow. Port 8e18a5f2a0357c6899cd32f5ab66b73d72fdd996 R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= Committed: https://crrev.com/f6c45c5243646a2a2da7bc113971c3b439323ac3 Cr-Commit-Position: refs/heads/master@{#37812}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed mullw instruction as suggested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
M src/compiler/ppc/code-generator-ppc.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download
M src/compiler/ppc/instruction-codes-ppc.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ppc/instruction-scheduler-ppc.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 3 chunks +42 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
john.yan
https://codereview.chromium.org/2152363002/diff/1/src/compiler/ppc/code-generator-ppc.cc File src/compiler/ppc/code-generator-ppc.cc (right): https://codereview.chromium.org/2152363002/diff/1/src/compiler/ppc/code-generator-ppc.cc#newcode1313 src/compiler/ppc/code-generator-ppc.cc:1313: break; Try this sequence here: + case kPPC_Mul32WithHigh32: + ...
4 years, 5 months ago (2016-07-16 03:54:45 UTC) #1
john.yan
https://codereview.chromium.org/2152363002/diff/1/src/compiler/ppc/code-generator-ppc.cc File src/compiler/ppc/code-generator-ppc.cc (right): https://codereview.chromium.org/2152363002/diff/1/src/compiler/ppc/code-generator-ppc.cc#newcode1308 src/compiler/ppc/code-generator-ppc.cc:1308: case kPPC_Mul32WithHigh32: The reason why this fails is that ...
4 years, 5 months ago (2016-07-16 03:57:48 UTC) #2
john.yan
lgtm
4 years, 5 months ago (2016-07-18 03:14:45 UTC) #3
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/2152363002/20001
4 years, 5 months ago (2016-07-18 03:16:42 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-18 03:40:17 UTC) #6
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 03:42:14 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f6c45c5243646a2a2da7bc113971c3b439323ac3
Cr-Commit-Position: refs/heads/master@{#37812}

Powered by Google App Engine
This is Rietveld 408576698