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

Issue 2233273002: X87: [wasm] Use the Float64Max/Min machine operators to implement F64Max/Min. (Closed)

Created:
4 years, 4 months ago by zhengxing.li
Modified:
4 years, 4 months ago
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

X87: [wasm] Use the Float64Max/Min machine operators to implement F64Max/Min. port 96c90f6c64d7a9e4a49491c4a80debd78b376bcf (r38410) original commit message: I had to adjust Float64Max/Min on x64 slightly to return the default wasm NaN (0x7FF0000000000000) instead of the all-ones NaN (0xFFFFFFFFFFFFFFFF). BUG= Committed: https://crrev.com/e41e09caf2b0581ab933d54cc363803ebd0c1a38 Cr-Commit-Position: refs/heads/master@{#38570}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated the CL according to ahaas's comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -12 lines) Patch
M src/compiler/x87/code-generator-x87.cc View 1 6 chunks +29 lines, -10 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 14 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 4 months ago (2016-08-11 03:24:50 UTC) #2
ahaas
https://codereview.chromium.org/2233273002/diff/1/src/compiler/x87/code-generator-x87.cc File src/compiler/x87/code-generator-x87.cc (left): https://codereview.chromium.org/2233273002/diff/1/src/compiler/x87/code-generator-x87.cc#oldcode203 src/compiler/x87/code-generator-x87.cc:203: __ push(Immediate(0xffffffff)); I think you could also just push ...
4 years, 4 months ago (2016-08-11 06:39:01 UTC) #3
zhengxing.li
On 2016/08/11 06:39:01, ahaas wrote: > https://codereview.chromium.org/2233273002/diff/1/src/compiler/x87/code-generator-x87.cc > File src/compiler/x87/code-generator-x87.cc (left): > > https://codereview.chromium.org/2233273002/diff/1/src/compiler/x87/code-generator-x87.cc#oldcode203 > ...
4 years, 4 months ago (2016-08-11 07:44:26 UTC) #4
ahaas
I am confused by the order in which you push the words of the float64 ...
4 years, 4 months ago (2016-08-11 08:06:12 UTC) #5
zhengxing.li
On 2016/08/11 08:06:12, ahaas wrote: > I am confused by the order in which you ...
4 years, 4 months ago (2016-08-11 08:14:51 UTC) #6
ahaas
On 2016/08/11 at 08:14:51, zhengxing.li wrote: > On 2016/08/11 08:06:12, ahaas wrote: > > I ...
4 years, 4 months ago (2016-08-11 08:18:18 UTC) #7
zhengxing.li
On 2016/08/11 08:18:18, ahaas wrote: > On 2016/08/11 at 08:14:51, zhengxing.li wrote: > > On ...
4 years, 4 months ago (2016-08-11 08:20:41 UTC) #8
Weiliang
On 2016/08/11 08:20:41, zhengxing.li wrote: > On 2016/08/11 08:18:18, ahaas wrote: > > On 2016/08/11 ...
4 years, 4 months ago (2016-08-11 08:23:34 UTC) #9
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/2233273002/20001
4 years, 4 months ago (2016-08-11 08:24:27 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-11 08:47:08 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 08:47:27 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e41e09caf2b0581ab933d54cc363803ebd0c1a38
Cr-Commit-Position: refs/heads/master@{#38570}

Powered by Google App Engine
This is Rietveld 408576698