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

Issue 2669753002: [wasm] Do not fold f32-to-f64 and f64-to-f32 conversions. (Closed)

Created:
3 years, 10 months ago by ahaas
Modified:
3 years, 10 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Do not fold f32-to-f64 and f64-to-f32 conversions. R=titzer@chromium.org Review-Url: https://codereview.chromium.org/2669753002 Cr-Commit-Position: refs/heads/master@{#42920} Committed: https://chromium.googlesource.com/v8/v8/+/f3ae77ffe9e862571c6cb7942123432873a3b13f

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -151 lines) Patch
M src/compiler/machine-operator-reducer.cc View 2 chunks +16 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/float-constant-folding.js View 1 14 chunks +110 lines, -148 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
ahaas
3 years, 10 months ago (2017-02-01 10:30:03 UTC) #1
titzer
https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc File src/compiler/machine-operator-reducer.cc (right): https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc#newcode612 src/compiler/machine-operator-reducer.cc:612: return ReplaceFloat64(m.Value() + m.Value()); That doesn't seem right. It ...
3 years, 10 months ago (2017-02-01 15:36:44 UTC) #6
ahaas
https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc File src/compiler/machine-operator-reducer.cc (right): https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc#newcode612 src/compiler/machine-operator-reducer.cc:612: return ReplaceFloat64(m.Value() + m.Value()); On 2017/02/01 at 15:36:44, titzer ...
3 years, 10 months ago (2017-02-01 16:23:56 UTC) #7
titzer
lgtm https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc File src/compiler/machine-operator-reducer.cc (right): https://codereview.chromium.org/2669753002/diff/1/src/compiler/machine-operator-reducer.cc#newcode612 src/compiler/machine-operator-reducer.cc:612: return ReplaceFloat64(m.Value() + m.Value()); On 2017/02/01 16:23:56, ahaas ...
3 years, 10 months ago (2017-02-01 18:00:33 UTC) #8
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/2669753002/20001
3 years, 10 months ago (2017-02-03 11:39:32 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 12:05:34 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/f3ae77ffe9e862571c6cb7942123432873a...

Powered by Google App Engine
This is Rietveld 408576698