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

Issue 2233713002: [turbofan] Fix CheckedInt32Mod lowering. (Closed)

Created:
4 years, 4 months ago by epertoso
Modified:
4 years, 4 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Fix CheckedInt32Mod lowering. We now deopt when the lhs of a mod is negative and the rhs is 1 too (previously, we erroneusly returned 0 instead of -0). BUG=v8:5278 R=bmeurer@chromium.org Committed: https://crrev.com/9e14155da90ca55199f25ab81a6a6fba03a8d800 Cr-Commit-Position: refs/heads/master@{#38525}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -14 lines) Patch
M src/compiler/effect-control-linearizer.cc View 3 chunks +8 lines, -8 lines 0 comments Download
A + test/mjsunit/compiler/regress-5278.js View 1 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
epertoso
4 years, 4 months ago (2016-08-10 08:49:28 UTC) #1
Benedikt Meurer
LGTM nce comments addressed. https://codereview.chromium.org/2233713002/diff/1/test/mjsunit/compiler/regress-5278.js File test/mjsunit/compiler/regress-5278.js (right): https://codereview.chromium.org/2233713002/diff/1/test/mjsunit/compiler/regress-5278.js#newcode5 test/mjsunit/compiler/regress-5278.js:5: // Flags: --allow-natives-syntax --turbo Don't ...
4 years, 4 months ago (2016-08-10 08:51:07 UTC) #4
epertoso
https://codereview.chromium.org/2233713002/diff/1/test/mjsunit/compiler/regress-5278.js File test/mjsunit/compiler/regress-5278.js (right): https://codereview.chromium.org/2233713002/diff/1/test/mjsunit/compiler/regress-5278.js#newcode5 test/mjsunit/compiler/regress-5278.js:5: // Flags: --allow-natives-syntax --turbo On 2016/08/10 08:51:07, Benedikt Meurer ...
4 years, 4 months ago (2016-08-10 08:53:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2233713002/20001
4 years, 4 months ago (2016-08-10 08:53:53 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-10 09:24:54 UTC) #9
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 09:25:09 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9e14155da90ca55199f25ab81a6a6fba03a8d800
Cr-Commit-Position: refs/heads/master@{#38525}

Powered by Google App Engine
This is Rietveld 408576698