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

Issue 689883003: Fix bug in optimization of Uint32LessThan. (Closed)

Created:
6 years, 1 month ago by titzer
Modified:
6 years, 1 month ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix bug in optimization of Uint32LessThan. R=jarin@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=25023

Patch Set 1 #

Patch Set 2 : Add TODO(turbofan) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -6 lines) Patch
M src/compiler/machine-operator-reducer.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
A test/mjsunit/asm/uint32-less-than-shift.js View 1 chunk +61 lines, -0 lines 0 comments Download
M test/unittests/compiler/machine-operator-reducer-unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
titzer
6 years, 1 month ago (2014-10-30 14:09:07 UTC) #1
Jarin
lgtm
6 years, 1 month ago (2014-10-30 14:17:32 UTC) #2
titzer
Committed patchset #2 (id:20001) manually as 25023 (presubmit successful).
6 years, 1 month ago (2014-10-30 15:52:38 UTC) #3
Benedikt Meurer
6 years, 1 month ago (2014-10-31 05:28:17 UTC) #4
Message was sent while issue was closed.
Thanks for fixing. After thinking about why Dan's constant folding for
comparisons would break Dead Trigger 2, I was already worried that this
optimization could be wrong as well.

Powered by Google App Engine
This is Rietveld 408576698