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

Issue 1776393004: [wasm] Fixed register allocation for Word32PairShl on arm. (Closed)

Created:
4 years, 9 months ago by ahaas
Modified:
4 years, 9 months ago
Reviewers:
titzer, v8-arm-ports
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@wasm-add
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Fixed register allocation for Word32PairShl on arm. The previous register allocation allowed invalid register aliasing in cases where in the TF graph the node was used for multiple inputs of the Word32PairShl node. Additionally I renamed PairLsl to LslPair in the code generation for consistency. R=titzer@chromium.org, v8-arm-ports@googlegroups.com Committed: https://crrev.com/2ddfe43a44193f5295e394f4893e5ee1cc267585 Cr-Commit-Position: refs/heads/master@{#34755}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use rsb with SetCC instead of an explicit comparison. #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -22 lines) Patch
M src/arm/macro-assembler-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 2 chunks +14 lines, -12 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
ahaas
4 years, 9 months ago (2016-03-10 10:42:21 UTC) #1
titzer
lgtm https://codereview.chromium.org/1776393004/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1776393004/diff/1/src/arm/macro-assembler-arm.cc#newcode1134 src/arm/macro-assembler-arm.cc:1134: if (shift >= 32) { Do you want ...
4 years, 9 months ago (2016-03-10 10:51:08 UTC) #2
ahaas
On 2016/03/10 at 10:51:08, titzer wrote: > lgtm > > https://codereview.chromium.org/1776393004/diff/1/src/arm/macro-assembler-arm.cc > File src/arm/macro-assembler-arm.cc (right): ...
4 years, 9 months ago (2016-03-10 15:57:36 UTC) #3
commit-bot: I haz the power
This CL has an open dependency (Issue 1778493004 Patch 80001). Please resolve the dependency and ...
4 years, 9 months ago (2016-03-10 17:59:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776393004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776393004/40001
4 years, 9 months ago (2016-03-14 17:03:26 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-14 17:22:34 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 17:24:17 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2ddfe43a44193f5295e394f4893e5ee1cc267585
Cr-Commit-Position: refs/heads/master@{#34755}

Powered by Google App Engine
This is Rietveld 408576698