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

Issue 2400513002: [Turbofan] Allow FP operands and vregs in InstructionSequenceTest. (Closed)

Created:
4 years, 2 months ago by bbudge
Modified:
4 years, 2 months ago
Reviewers:
Mircea Trofin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] Allow FP operands and vregs in InstructionSequenceTest. - Adds an optional representation field to VReg and TestOperand structs. - Adds a simple FP allocation test to register-allocator-unittest.cc. - Adds some simple FP tests to move-optimizer-unittest.cc. LOG=N BUG=v8:4124 Committed: https://crrev.com/5c4298a0ae825e699997eba21e1ebd52943e28b3 Cr-Commit-Position: refs/heads/master@{#40117}

Patch Set 1 #

Patch Set 2 : Restore implicit conversion. #

Patch Set 3 : Fix move optimizer test. #

Patch Set 4 : MoveOptimizer tests shouldn't pass UnallocatedOperands. #

Patch Set 5 : Distinguish tests that require register allocation. #

Patch Set 6 : Rebase. #

Total comments: 4

Patch Set 7 : Review comments. #

Patch Set 8 : Rebase. #

Patch Set 9 : Remove extra tests, will add back later. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -49 lines) Patch
M test/unittests/compiler/instruction-sequence-unittest.h View 1 2 3 4 5 6 5 chunks +58 lines, -18 lines 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.cc View 1 2 3 4 5 6 8 chunks +67 lines, -14 lines 0 comments Download
M test/unittests/compiler/move-optimizer-unittest.cc View 1 2 3 4 5 6 7 8 6 chunks +35 lines, -17 lines 0 comments Download
M test/unittests/compiler/register-allocator-unittest.cc View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (36 generated)
bbudge
4 years, 2 months ago (2016-10-05 21:46:18 UTC) #6
Mircea Trofin
lgtm, 2 nits https://codereview.chromium.org/2400513002/diff/100001/test/unittests/compiler/instruction-sequence-unittest.h File test/unittests/compiler/instruction-sequence-unittest.h (right): https://codereview.chromium.org/2400513002/diff/100001/test/unittests/compiler/instruction-sequence-unittest.h#newcode23 test/unittests/compiler/instruction-sequence-unittest.h:23: static const MachineRepresentation kFloat32 = MachineRepresentation::kFloat32; ...
4 years, 2 months ago (2016-10-08 16:38:57 UTC) #27
bbudge
https://codereview.chromium.org/2400513002/diff/100001/test/unittests/compiler/instruction-sequence-unittest.h File test/unittests/compiler/instruction-sequence-unittest.h (right): https://codereview.chromium.org/2400513002/diff/100001/test/unittests/compiler/instruction-sequence-unittest.h#newcode23 test/unittests/compiler/instruction-sequence-unittest.h:23: static const MachineRepresentation kFloat32 = MachineRepresentation::kFloat32; On 2016/10/08 16:38:56, ...
4 years, 2 months ago (2016-10-10 10:30:07 UTC) #32
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/2400513002/160001
4 years, 2 months ago (2016-10-10 11:03:47 UTC) #39
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 2 months ago (2016-10-10 11:06:46 UTC) #40
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 11:07:13 UTC) #42
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/5c4298a0ae825e699997eba21e1ebd52943e28b3
Cr-Commit-Position: refs/heads/master@{#40117}

Powered by Google App Engine
This is Rietveld 408576698