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

Issue 13936009: Inline Float32x4 constructors (Closed)

Created:
7 years, 8 months ago by Cutch
Modified:
7 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Inline Float32x4 constructors Committed: https://code.google.com/p/dart/source/detail?r=22055

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+473 lines, -1 line) Patch
M runtime/lib/simd128.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 chunks +31 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 4 chunks +142 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/lib/typed_data/float32x4_test.dart View 1 chunk +29 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
7 years, 8 months ago (2013-04-25 18:59:08 UTC) #1
srdjan
https://codereview.chromium.org/13936009/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/13936009/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode4761 runtime/vm/flow_graph_optimizer.cc:4761: void ConstantPropagator::VisitFloat32x4Zero(Float32x4ZeroInstr* instr) { Add SetValue(...) https://codereview.chromium.org/13936009/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h ...
7 years, 8 months ago (2013-04-25 20:19:25 UTC) #2
Cutch
https://codereview.chromium.org/13936009/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/13936009/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode4761 runtime/vm/flow_graph_optimizer.cc:4761: void ConstantPropagator::VisitFloat32x4Zero(Float32x4ZeroInstr* instr) { On 2013/04/25 20:19:25, srdjan wrote: ...
7 years, 8 months ago (2013-04-25 20:52:07 UTC) #3
srdjan
LGTM Same comment for x64 as for ia32. https://codereview.chromium.org/13936009/diff/7001/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/13936009/diff/7001/runtime/vm/intermediate_language_ia32.cc#newcode2916 runtime/vm/intermediate_language_ia32.cc:2916: XmmRegister ...
7 years, 8 months ago (2013-04-25 21:10:47 UTC) #4
Cutch
7 years, 8 months ago (2013-04-25 22:03:17 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r22055 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698