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

Issue 1179503003: [turbofan] Merge sar/shr into MulHigh on ARM64 (Closed)

Created:
5 years, 6 months ago by martyn.capewell
Modified:
5 years, 6 months ago
Reviewers:
Benedikt Meurer, ulan
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Merge sar/shr into MulHigh on ARM64 Merge a following arithmetic or logical right shift into the existing shift of ARM64's Int32MulHigh or Uint32MulHigh code. BUG= Committed: https://crrev.com/1f876f245a3100dd4f51a12f28a4958fb92ece80 Cr-Commit-Position: refs/heads/master@{#28945}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -2 lines) Patch
M src/compiler/arm64/instruction-selector-arm64.cc View 4 chunks +33 lines, -2 lines 2 comments Download
M test/unittests/compiler/arm64/instruction-selector-arm64-unittest.cc View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
martyn.capewell
5 years, 6 months ago (2015-06-10 13:15:20 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc File src/compiler/arm64/instruction-selector-arm64.cc (right): https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc#newcode749 src/compiler/arm64/instruction-selector-arm64.cc:749: if (m.left().IsUint32MulHigh() && m.right().HasValue() && Can we limit the ...
5 years, 6 months ago (2015-06-11 04:25:52 UTC) #3
martyn.capewell
https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc File src/compiler/arm64/instruction-selector-arm64.cc (right): https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc#newcode749 src/compiler/arm64/instruction-selector-arm64.cc:749: if (m.left().IsUint32MulHigh() && m.right().HasValue() && On 2015/06/11 04:25:52, Benedikt ...
5 years, 6 months ago (2015-06-11 10:01:20 UTC) #4
Benedikt Meurer
On 2015/06/11 10:01:20, martyn.capewell wrote: > https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc > File src/compiler/arm64/instruction-selector-arm64.cc (right): > > https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc#newcode749 > ...
5 years, 6 months ago (2015-06-11 10:25:25 UTC) #5
jbramley
On 2015/06/11 10:01:20, martyn.capewell wrote: > We also have a follow-up patch that resolves some ...
5 years, 6 months ago (2015-06-11 13:11:27 UTC) #6
Benedikt Meurer
As mentioned in 1179733004, the argumentation makes sense, so let's go for it. LGTM
5 years, 6 months ago (2015-06-11 13:23:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1179503003/1
5 years, 6 months ago (2015-06-11 13:57:36 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-11 14:50:03 UTC) #10
commit-bot: I haz the power
5 years, 6 months ago (2015-06-11 14:50:23 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1f876f245a3100dd4f51a12f28a4958fb92ece80
Cr-Commit-Position: refs/heads/master@{#28945}

Powered by Google App Engine
This is Rietveld 408576698