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

Issue 1773083002: X87: [wasm] Int64Lowering of I64Shl on ia32. (Closed)

Created:
4 years, 9 months ago by zhengxing.li
Modified:
4 years 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

X87: [wasm] Int64Lowering of I64Shl on ia32. port ddc626e1cf365261fa38cd3b91cbaf8b5e0444b9 (r34546) original commit message: I64Shl is lowered to a new turbofan operator, WasmWord64Shl. The new operator takes 3 inputs, the low-word input, the high-word input, and the shift, and produces 2 output, the low-word output and the high-word output. At the moment I implemented the lowering only for ia32, but I think the CL is already big enough. I will add the other platforms in separate CLs. BUG= Committed: https://crrev.com/8f506ac6a612df733c9b0643d9c18e02b9fe6c8e Cr-Commit-Position: refs/heads/master@{#34591}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rename the name "dst" and "src" to "high" and "low" #

Patch Set 3 : Update the argument name in macro-assembler-x87.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -20 lines) Patch
M src/compiler/x87/code-generator-x87.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/compiler/x87/instruction-codes-x87.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/x87/instruction-selector-x87.cc View 1 chunk +20 lines, -1 line 0 comments Download
M src/x87/assembler-x87.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/assembler-x87.cc View 1 chunk +10 lines, -2 lines 0 comments Download
M src/x87/disasm-x87.cc View 2 chunks +38 lines, -13 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 9 months ago (2016-03-08 07:16:15 UTC) #2
ahaas
lgtm
4 years, 9 months ago (2016-03-08 07:21:40 UTC) #3
ahaas
https://codereview.chromium.org/1773083002/diff/1/src/x87/macro-assembler-x87.cc File src/x87/macro-assembler-x87.cc (right): https://codereview.chromium.org/1773083002/diff/1/src/x87/macro-assembler-x87.cc#newcode600 src/x87/macro-assembler-x87.cc:600: void MacroAssembler::PairShl(Register dst, Register src, uint8_t shift) { On ...
4 years, 9 months ago (2016-03-08 07:23:40 UTC) #4
zhengxing.li
On 2016/03/08 07:23:40, ahaas wrote: > https://codereview.chromium.org/1773083002/diff/1/src/x87/macro-assembler-x87.cc > File src/x87/macro-assembler-x87.cc (right): > > https://codereview.chromium.org/1773083002/diff/1/src/x87/macro-assembler-x87.cc#newcode600 > ...
4 years, 9 months ago (2016-03-08 08:08:27 UTC) #5
ahaas
lgtm
4 years, 9 months ago (2016-03-08 08:34:14 UTC) #6
zhengxing.li
On 2016/03/08 08:34:14, ahaas wrote: > lgtm Thanks!
4 years, 9 months ago (2016-03-08 09:25:23 UTC) #7
Weiliang
lgtm
4 years, 9 months ago (2016-03-08 13:47:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773083002/40001
4 years, 9 months ago (2016-03-08 14:42:18 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-08 15:01:36 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-08 15:03:05 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8f506ac6a612df733c9b0643d9c18e02b9fe6c8e
Cr-Commit-Position: refs/heads/master@{#34591}

Powered by Google App Engine
This is Rietveld 408576698