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

Issue 325133004: Fix unsigned comparisons. (Closed)

Created:
6 years, 6 months ago by Sven Panne
Modified:
6 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix unsigned comparisons. Instead of marking the comparison instruction itself as Uint32, we look at its arguments. This is more consistent what HChange does. BUG=v8:3380 TEST=mjsunit/regress/regress-3380 LOG=y R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21762

Patch Set 1 #

Patch Set 2 : Added regression test. #

Patch Set 3 : Assert, don't print... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -13 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-3380.js View 1 2 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
6 years, 6 months ago (2014-06-11 09:01:39 UTC) #1
Jakob Kummerow
lgtm
6 years, 6 months ago (2014-06-11 09:05:19 UTC) #2
Sven Panne
6 years, 6 months ago (2014-06-11 09:09:35 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r21762 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698