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

Issue 2027043002: [Turbofan] Add ia32 support for 4 and 16 byte moves and swaps. (Closed)

Created:
4 years, 6 months ago by bbudge
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] Add ia32 support for 4 and 16 byte moves and swaps. - Adds move/swap handling for 4 and 16 bytes to ia32. - Register allocator now only requests 4 bytes for floats on ia32 and arm. - We probably need similar support in mips. LOG=N BUG=v8:4124 Committed: https://crrev.com/26ecb4a1d775d506700d20542f723e8baeb37e48 Cr-Commit-Position: refs/heads/master@{#37714}

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Four byte floats. #

Total comments: 6

Patch Set 4 : Add movups to assembler and use it instead of movdqu. #

Patch Set 5 : Disassembler and test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -16 lines) Patch
M src/compiler/ia32/code-generator-ia32.cc View 1 2 3 2 chunks +71 lines, -15 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
bbudge
4 years, 5 months ago (2016-07-12 15:25:10 UTC) #2
bbudge
Hold off on review for now.
4 years, 5 months ago (2016-07-12 15:31:44 UTC) #4
bbudge
On 2016/07/12 15:31:44, bbudge wrote: > Hold off on review for now. OK, PTAL
4 years, 5 months ago (2016-07-12 17:11:05 UTC) #7
Benedikt Meurer
https://codereview.chromium.org/2027043002/diff/40001/src/compiler/ia32/code-generator-ia32.cc File src/compiler/ia32/code-generator-ia32.cc (right): https://codereview.chromium.org/2027043002/diff/40001/src/compiler/ia32/code-generator-ia32.cc#newcode2023 src/compiler/ia32/code-generator-ia32.cc:2023: __ movdqu(dst, src); Why don't we also use movupd ...
4 years, 5 months ago (2016-07-12 17:41:49 UTC) #8
bbudge
I need to add disassembler support for movups. https://codereview.chromium.org/2027043002/diff/40001/src/compiler/ia32/code-generator-ia32.cc File src/compiler/ia32/code-generator-ia32.cc (right): https://codereview.chromium.org/2027043002/diff/40001/src/compiler/ia32/code-generator-ia32.cc#newcode2023 src/compiler/ia32/code-generator-ia32.cc:2023: __ ...
4 years, 5 months ago (2016-07-12 17:50:30 UTC) #9
Benedikt Meurer
Thanks, LGTM.
4 years, 5 months ago (2016-07-13 04:13:06 UTC) #10
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/2027043002/80001
4 years, 5 months ago (2016-07-13 13:50:06 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-13 13:53:08 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 13:54:49 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/26ecb4a1d775d506700d20542f723e8baeb37e48
Cr-Commit-Position: refs/heads/master@{#37714}

Powered by Google App Engine
This is Rietveld 408576698