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

Issue 1206773002: [x64] Fix instruction selection for Word64Equal(Word64And, 0). (Closed)

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

Description

[x64] Fix instruction selection for Word64Equal(Word64And, 0). This fixes a slight inconsistency in the InstructionSelector that basically disabled the optimization for things like ObjectIsSmi. R=jarin@chromium.org Committed: https://crrev.com/7a675e0e3be0fe1415c8243841fcbdff704dc32a Cr-Commit-Position: refs/heads/master@{#29250}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -20 lines) Patch
M src/compiler/x64/instruction-selector-x64.cc View 3 chunks +23 lines, -19 lines 2 comments Download
M test/cctest/compiler/test-run-intrinsics.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 20 (9 generated)
Benedikt Meurer
5 years, 6 months ago (2015-06-24 07:10:33 UTC) #1
Benedikt Meurer
Hey Jaro, Trivial fix to make %_IsSmi fast on x64. Please take a look. Thanks, ...
5 years, 6 months ago (2015-06-24 07:11:18 UTC) #2
Jarin
lgtm. https://codereview.chromium.org/1206773002/diff/1/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/1206773002/diff/1/src/compiler/x64/instruction-selector-x64.cc#newcode1322 src/compiler/x64/instruction-selector-x64.cc:1322: Node* const value = m.left().node(); Could you avoid ...
5 years, 6 months ago (2015-06-24 07:35:59 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1206773002/diff/1/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/1206773002/diff/1/src/compiler/x64/instruction-selector-x64.cc#newcode1322 src/compiler/x64/instruction-selector-x64.cc:1322: Node* const value = m.left().node(); On 2015/06/24 07:35:59, jarin ...
5 years, 6 months ago (2015-06-24 07:38:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206773002/20001
5 years, 6 months ago (2015-06-24 07:38:36 UTC) #7
commit-bot: I haz the power
Exceeded global retry quota
5 years, 6 months ago (2015-06-24 07:58:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206773002/40001
5 years, 6 months ago (2015-06-24 08:19:14 UTC) #12
commit-bot: I haz the power
Exceeded global retry quota
5 years, 6 months ago (2015-06-24 08:44:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206773002/1
5 years, 6 months ago (2015-06-24 09:13:53 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-24 09:15:25 UTC) #19
commit-bot: I haz the power
5 years, 6 months ago (2015-06-24 09:15:45 UTC) #20
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7a675e0e3be0fe1415c8243841fcbdff704dc32a
Cr-Commit-Position: refs/heads/master@{#29250}

Powered by Google App Engine
This is Rietveld 408576698