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

Issue 2696343002: s390: optimize for compares (Closed)

Created:
3 years, 10 months ago by john.yan
Modified:
3 years, 10 months ago
Reviewers:
JoranSiu, JaideepBajwa
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

s390: optimize for compares 1. use ltr/ltgr when possible 2. combine compares with possible load R=joransiu@ca.ibm.com, bjaideep@ca.ibm.com Review-Url: https://codereview.chromium.org/2696343002 Cr-Commit-Position: refs/heads/master@{#43265} Committed: https://chromium.googlesource.com/v8/v8/+/37e9437e05a53b8c0c76914fa2e77d1e217286f8

Patch Set 1 #

Patch Set 2 : add or/xor #

Total comments: 1

Patch Set 3 : add static assert #

Patch Set 4 : add todo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+472 lines, -90 lines) Patch
M src/compiler/s390/code-generator-s390.cc View 9 chunks +162 lines, -27 lines 0 comments Download
M src/compiler/s390/instruction-codes-s390.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/s390/instruction-scheduler-s390.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/s390/instruction-selector-s390.cc View 1 2 3 13 chunks +265 lines, -56 lines 0 comments Download
M src/s390/assembler-s390.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/s390/assembler-s390.cc View 2 chunks +10 lines, -1 line 0 comments Download
M src/s390/disasm-s390.cc View 1 chunk +7 lines, -1 line 0 comments Download
M src/s390/macro-assembler-s390.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/s390/simulator-s390.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/s390/simulator-s390.cc View 2 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
john.yan
ptal
3 years, 10 months ago (2017-02-16 02:38:53 UTC) #3
JaideepBajwa
lgtm
3 years, 10 months ago (2017-02-16 19:54:16 UTC) #6
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/2696343002/20001
3 years, 10 months ago (2017-02-16 20:55:46 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 10 months ago (2017-02-16 20:55:49 UTC) #11
JoranSiu
lgtm with one question. https://codereview.chromium.org/2696343002/diff/20001/src/compiler/s390/instruction-selector-s390.cc File src/compiler/s390/instruction-selector-s390.cc (right): https://codereview.chromium.org/2696343002/diff/20001/src/compiler/s390/instruction-selector-s390.cc#newcode1932 src/compiler/s390/instruction-selector-s390.cc:1932: DCHECK(opcode >= kS390_LoadAndTestWord32 || Should ...
3 years, 10 months ago (2017-02-16 21:59:16 UTC) #12
john.yan
On 2017/02/16 21:59:16, JoranSiu wrote: > lgtm with one question. > > https://codereview.chromium.org/2696343002/diff/20001/src/compiler/s390/instruction-selector-s390.cc > File ...
3 years, 10 months ago (2017-02-17 04:11:23 UTC) #13
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/2696343002/60001
3 years, 10 months ago (2017-02-17 04:14:01 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-17 04:35:00 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/37e9437e05a53b8c0c76914fa2e77d1e217...

Powered by Google App Engine
This is Rietveld 408576698