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

Issue 9316127: X64: Fix bug in minus-zero check after int32 multiplication. (Closed)

Created:
8 years, 10 months ago by fschneider
Modified:
8 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

X64: Fix bug in minus-zero check after int32 multiplication. In optimized x64 code, the check for minus zero after multiplication used the wrong size bit-or instruction (64-bit instead of 32-bit). TEST=mjsunit/numops-fuzz.js Committed: https://code.google.com/p/v8/source/detail?r=10606

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/x64/lithium-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-02-06 10:01:09 UTC) #1
Jakob Kummerow
8 years, 10 months ago (2012-02-06 10:04:34 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698