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

Issue 7553010: Fixed code generation for LBranch on ARM when the operand's representation is double. (Closed)

Created:
9 years, 4 months ago by Sven Panne
Modified:
9 years, 4 months ago
Reviewers:
fschneider, danno
CC:
v8-dev
Visibility:
Public.

Description

Fixed code generation for LBranch on ARM when the operand's representation is double. The condition code for branching on the result of vcmp was wrong, effectively swapping the true/false branches. TEST=regress-lbranch-double.js Committed: http://code.google.com/p/v8/source/detail?r=8784

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -1 line) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/compiler/regress-lbranch-double.js View 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
This patch should probably be merged to some branches, too. Which ones exactly?
9 years, 4 months ago (2011-08-02 15:06:00 UTC) #1
danno
9 years, 4 months ago (2011-08-02 15:10:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698