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

Issue 1526293002: [turbofan] Fixed a bug in TryTruncateFloatXXToInt64 with INT64_MIN. (Closed)

Created:
5 years ago by ahaas
Modified:
5 years ago
Reviewers:
v8-arm-ports, bradnelson, jbramley, Michael Starzinger
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] Fixed a bug in TryTruncateFloatXXToInt64 with INT64_MIN. On x64 and arm64 TryTruncateFloatXXToInt64 incorrectly failed when the input was INT64_MIN. R=bradnelson@chromium.org, mstarzinger@chromium.org, v8-arm-ports@googlegroups.com Committed: https://crrev.com/2358a5be4c847b7758e0206bfe29f78174d90226 Cr-Commit-Position: refs/heads/master@{#32908}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Code cleanup. #

Patch Set 3 : Added missing header file #

Patch Set 4 : Use constants with comments instead of type casts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -134 lines) Patch
M src/compiler/arm64/code-generator-arm64.cc View 1 1 chunk +12 lines, -2 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 chunks +40 lines, -4 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M test/cctest/compiler/value-helper.h View 1 2 3 2 chunks +136 lines, -123 lines 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
ahaas
5 years ago (2015-12-16 11:52:48 UTC) #1
jbramley
https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc File src/compiler/arm64/code-generator-arm64.cc (right): https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc#newcode1048 src/compiler/arm64/code-generator-arm64.cc:1048: __ Cset(i.OutputRegister(1), vc); This can now be a simple ...
5 years ago (2015-12-16 12:47:01 UTC) #3
Michael Starzinger
LGTM (rubber-stamped "compiler", don't know the details behind the change). https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc File src/compiler/arm64/code-generator-arm64.cc (right): https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc#newcode1051 ...
5 years ago (2015-12-16 13:01:29 UTC) #4
ahaas
https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc File src/compiler/arm64/code-generator-arm64.cc (right): https://codereview.chromium.org/1526293002/diff/1/src/compiler/arm64/code-generator-arm64.cc#newcode1048 src/compiler/arm64/code-generator-arm64.cc:1048: __ Cset(i.OutputRegister(1), vc); On 2015/12/16 at 12:47:01, jbramley wrote: ...
5 years ago (2015-12-16 14:35:24 UTC) #5
jbramley
LGTM (arm64).
5 years ago (2015-12-16 14:41:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1526293002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1526293002/60001
5 years ago (2015-12-16 15:15:55 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-16 15:34:31 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-16 15:34:42 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2358a5be4c847b7758e0206bfe29f78174d90226
Cr-Commit-Position: refs/heads/master@{#32908}

Powered by Google App Engine
This is Rietveld 408576698