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

Issue 1419753008: MIPS: [turbofan] Properly implement Float64/32 Min/Max instructions. (Closed)

Created:
5 years, 1 month ago by dusan.milosavljevic
Modified:
5 years, 1 month 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

MIPS: [turbofan] Properly implement Float64/32 Min/Max instructions. TEST=cctest/test-run-machops/Float(64|32)MaxP, Float(64|32)MinP, unittests/InstructionSelectorTest.Float64Min|Max BUG=v8:4206 LOG=N Committed: https://crrev.com/8ae7c9abc350d2df579c412d27ed71abefdcca65 Cr-Commit-Position: refs/heads/master@{#31806}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fix bugs and rebase. #

Patch Set 3 : Add TF FloatMin|Max execution tests. #

Total comments: 6

Patch Set 4 : Remove redundant functions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -18 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 1 chunk +56 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 chunks +56 lines, -5 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 1 chunk +56 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 chunks +57 lines, -5 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
M test/unittests/compiler/mips/instruction-selector-mips-unittest.cc View 1 1 chunk +65 lines, -0 lines 0 comments Download
M test/unittests/compiler/mips64/instruction-selector-mips64-unittest.cc View 1 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
dusan.milosavljevic
PTAL.
5 years, 1 month ago (2015-11-02 20:54:35 UTC) #2
paul.l...
r2 fails regress-undefined-nan, regress-undefined-nan3 on both mips32 & 64. r6 passes all, but I am ...
5 years, 1 month ago (2015-11-02 22:35:12 UTC) #3
dusan.milosavljevic
As we concluded in offline discussion, the regress-nan-undefined failures are not related to this CL. ...
5 years, 1 month ago (2015-11-03 01:51:05 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1419753008/diff/40001/src/compiler/machine-operator.h File src/compiler/machine-operator.h (right): https://codereview.chromium.org/1419753008/diff/40001/src/compiler/machine-operator.h#newcode239 src/compiler/machine-operator.h:239: bool HasFloat32Max() const { return flags_ & kFloat32Max; } ...
5 years, 1 month ago (2015-11-03 05:39:00 UTC) #9
dusan.milosavljevic
https://codereview.chromium.org/1419753008/diff/40001/src/compiler/machine-operator.h File src/compiler/machine-operator.h (right): https://codereview.chromium.org/1419753008/diff/40001/src/compiler/machine-operator.h#newcode239 src/compiler/machine-operator.h:239: bool HasFloat32Max() const { return flags_ & kFloat32Max; } ...
5 years, 1 month ago (2015-11-03 13:48:35 UTC) #10
paul.l...
LGTM. Benedikt, could you please take another look? We need your OK for change to ...
5 years, 1 month ago (2015-11-03 20:32:28 UTC) #11
Benedikt Meurer
Thanks. LGTM
5 years, 1 month ago (2015-11-04 02:49:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419753008/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419753008/60001
5 years, 1 month ago (2015-11-04 20:21:39 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-04 21:02:54 UTC) #15
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 21:03:34 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8ae7c9abc350d2df579c412d27ed71abefdcca65
Cr-Commit-Position: refs/heads/master@{#31806}

Powered by Google App Engine
This is Rietveld 408576698