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

Issue 1973493003: [turbofan] Introduce new operators Float32SubPreserveNan and Float64SubPreserveNan for wasm. (Closed)

Created:
4 years, 7 months ago by ahaas
Modified:
4 years, 7 months ago
Reviewers:
titzer
CC:
v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Introduce new operators Float32SubPreserveNan and Float64SubPreserveNan for wasm. The operators are needed because the wasm spec requires that nan bits are preserved. R=titzer@chromium.org Committed: https://crrev.com/481502dad9b45a38c86387d50cebe52f00b072ad Cr-Commit-Position: refs/heads/master@{#36212}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -18 lines) Patch
M src/compiler/arm/instruction-selector-arm.cc View 1 3 chunks +37 lines, -16 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/s390/instruction-selector-s390.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/compiler/typer.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/x87/instruction-selector-x87.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
ahaas
4 years, 7 months ago (2016-05-11 13:44:42 UTC) #1
titzer
lgtm other than refactoring suggestion https://codereview.chromium.org/1973493003/diff/1/src/compiler/arm/instruction-selector-arm.cc File src/compiler/arm/instruction-selector-arm.cc (right): https://codereview.chromium.org/1973493003/diff/1/src/compiler/arm/instruction-selector-arm.cc#newcode1209 src/compiler/arm/instruction-selector-arm.cc:1209: void VisitFloat32SubHelper(InstructionSelector* selector, Node* ...
4 years, 7 months ago (2016-05-12 13:02:47 UTC) #3
ahaas
On 2016/05/12 at 13:02:47, titzer wrote: > lgtm other than refactoring suggestion > > https://codereview.chromium.org/1973493003/diff/1/src/compiler/arm/instruction-selector-arm.cc ...
4 years, 7 months ago (2016-05-12 13:26:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1973493003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1973493003/20001
4 years, 7 months ago (2016-05-12 14:21:45 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-12 14:23:51 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 14:25:55 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/481502dad9b45a38c86387d50cebe52f00b072ad
Cr-Commit-Position: refs/heads/master@{#36212}

Powered by Google App Engine
This is Rietveld 408576698