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

Issue 478233002: [arm] Recognize comparisons of shifts with zero. (Closed)

Created:
6 years, 4 months ago by Benedikt Meurer
Modified:
6 years, 4 months ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[arm] Recognize comparisons of shifts with zero. For example, recognize 0 == r1 << r2 and generate a single MOVS rt, r1, lsl r2 instruction. TEST=cctest,compiler-unittests R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23148

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -11 lines) Patch
M src/arm/macro-assembler-arm.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 2 chunks +44 lines, -7 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 4 chunks +208 lines, -0 lines 0 comments Download
M test/compiler-unittests/arm/instruction-selector-arm-unittest.cc View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
6 years, 4 months ago (2014-08-18 07:27:20 UTC) #1
Benedikt Meurer
PTAL
6 years, 4 months ago (2014-08-18 07:27:45 UTC) #2
Jarin
lgtm
6 years, 4 months ago (2014-08-18 08:20:33 UTC) #3
Benedikt Meurer
6 years, 4 months ago (2014-08-18 11:10:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as 23148 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698