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

Issue 1496013003: MIPS:[turbofan] Match shift left and bitwise And with mask when possible. (Closed)

Created:
5 years ago by dusan.milosavljevic
Modified:
5 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

MIPS:[turbofan] Match shift left and bitwise And with mask when possible. TEST=unittests/InstructionSelectorTest.Word(32|64)ShlWithWord(32|64)And BUG= Committed: https://crrev.com/472e2ba9b953fd6a00523c218f8a2c2cfe9741f3 Cr-Commit-Position: refs/heads/master@{#32612}

Patch Set 1 #

Patch Set 2 : Fix typo. #

Total comments: 4

Patch Set 3 : Add code comments. #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -0 lines) Patch
M src/compiler/mips/instruction-selector-mips.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 2 chunks +51 lines, -0 lines 0 comments Download
M test/unittests/compiler/mips/instruction-selector-mips-unittest.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M test/unittests/compiler/mips64/instruction-selector-mips64-unittest.cc View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
dusan.milosavljevic
PTAL.
5 years ago (2015-12-03 19:53:39 UTC) #2
paul.l...
lgtm
5 years ago (2015-12-04 01:23:50 UTC) #3
titzer
https://codereview.chromium.org/1496013003/diff/20001/src/compiler/mips/instruction-selector-mips.cc File src/compiler/mips/instruction-selector-mips.cc (right): https://codereview.chromium.org/1496013003/diff/20001/src/compiler/mips/instruction-selector-mips.cc#newcode333 src/compiler/mips/instruction-selector-mips.cc:333: Int32BinopMatcher m(node); Can we get a comment that illustrates ...
5 years ago (2015-12-04 09:26:59 UTC) #4
dusan.milosavljevic
https://codereview.chromium.org/1496013003/diff/20001/src/compiler/mips/instruction-selector-mips.cc File src/compiler/mips/instruction-selector-mips.cc (right): https://codereview.chromium.org/1496013003/diff/20001/src/compiler/mips/instruction-selector-mips.cc#newcode333 src/compiler/mips/instruction-selector-mips.cc:333: Int32BinopMatcher m(node); On 2015/12/04 09:26:58, titzer wrote: > Can ...
5 years ago (2015-12-04 12:50:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496013003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496013003/60001
5 years ago (2015-12-04 12:53:43 UTC) #8
titzer
Thanks, LGTM
5 years ago (2015-12-04 12:59:18 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-04 13:12:51 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-04 13:13:13 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/472e2ba9b953fd6a00523c218f8a2c2cfe9741f3
Cr-Commit-Position: refs/heads/master@{#32612}

Powered by Google App Engine
This is Rietveld 408576698