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

Issue 434923002: [arm] Unify instruction selector for Word32Neg. (Closed)

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

Description

[arm] Unify instruction selector for Word32Neg. Previously code generation for Word32Neg (implemented as Word32Xor with -1) was somewhat adhoc and not complete. Now it's uniform and supports the full range of operand2's. TEST=cctest/test-instruction-selector-arm,cctest/test-run-machops R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22789

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -24 lines) Patch
M src/compiler/arm/instruction-selector-arm.cc View 4 chunks +34 lines, -24 lines 1 comment Download
M test/cctest/compiler/test-instruction-selector-arm.cc View 2 chunks +79 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
6 years, 4 months ago (2014-08-01 10:56:03 UTC) #1
Benedikt Meurer
PTAL
6 years, 4 months ago (2014-08-01 10:57:25 UTC) #2
titzer
lgtm, but man, we need to start documenting what those match subroutines do. https://codereview.chromium.org/434923002/diff/1/src/compiler/arm/instruction-selector-arm.cc File ...
6 years, 4 months ago (2014-08-01 11:12:33 UTC) #3
Benedikt Meurer
6 years, 4 months ago (2014-08-01 11:14:59 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r22789 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698