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

Issue 1849543003: S390: [wasm] Int64Lowering of Int64Mul on ia32 and arm. (Closed)

Created:
4 years, 8 months ago by john.yan
Modified:
4 years, 8 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

S390: [wasm] Int64Lowering of Int64Mul. port 40bdbef975779e41a7e81d3748342dd7da52977f Original commit message: Int64Mul is lowered to a new turbofan operator, Int32MulPair. The new operator takes 4 inputs an generates 2 outputs. The inputs are the low word of the left input, high word of the left input, the low word of the right input, and high word of the right input. The ouputs are the low and high word of the result of the multiplication. R=titzer@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= Committed: https://crrev.com/b295462e8440855ab5190d561016204601de6e43 Cr-Commit-Position: refs/heads/master@{#35167}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Re-implement using msgr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
M src/compiler/s390/code-generator-s390.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/compiler/s390/instruction-codes-s390.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/s390/instruction-scheduler-s390.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/s390/instruction-selector-s390.cc View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
john.yan
PTAL
4 years, 8 months ago (2016-03-30 20:56:19 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1849543003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1849543003/1
4 years, 8 months ago (2016-03-30 21:01:46 UTC) #3
JoranSiu
https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc File src/compiler/s390/code-generator-s390.cc (right): https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc#newcode885 src/compiler/s390/code-generator-s390.cc:885: case kS390_MulPair: Why don't we load the full 64-bit ...
4 years, 8 months ago (2016-03-30 21:23:19 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 21:24:27 UTC) #6
john.yan
https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc File src/compiler/s390/code-generator-s390.cc (right): https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc#newcode885 src/compiler/s390/code-generator-s390.cc:885: case kS390_MulPair: On 2016/03/30 21:23:19, JoranSiu wrote: > Why ...
4 years, 8 months ago (2016-03-31 03:50:36 UTC) #7
john.yan
On 2016/03/30 21:23:19, JoranSiu wrote: > https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc > File src/compiler/s390/code-generator-s390.cc (right): > > https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc#newcode885 > ...
4 years, 8 months ago (2016-03-31 13:51:13 UTC) #9
JoranSiu
On 2016/03/31 13:51:13, john.yan wrote: > On 2016/03/30 21:23:19, JoranSiu wrote: > > > https://codereview.chromium.org/1849543003/diff/1/src/compiler/s390/code-generator-s390.cc ...
4 years, 8 months ago (2016-03-31 13:54:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1849543003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1849543003/20001
4 years, 8 months ago (2016-03-31 13:58:50 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-03-31 14:23:49 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 14:24:31 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b295462e8440855ab5190d561016204601de6e43
Cr-Commit-Position: refs/heads/master@{#35167}

Powered by Google App Engine
This is Rietveld 408576698