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

Issue 1439363002: Subzero: Use "pxor reg,reg" to load a floating-point scalar 0.0 value. (Closed)

Created:
5 years, 1 month ago by Jim Stichnoth
Modified:
5 years, 1 month ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Cleanup. Favor the specified Dest register if available. #

Total comments: 6

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -15 lines) Patch
M src/IceTargetLoweringX86Base.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 2 6 chunks +48 lines, -7 lines 0 comments Download
M tests_lit/llvm2ice_tests/reorder-pooled-constants.ll View 1 chunk +3 lines, -4 lines 0 comments Download
M tests_lit/llvm2ice_tests/rng.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/undef.ll View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Jim Stichnoth
David - this is a prototype for the idea you had. Small as it is, ...
5 years, 1 month ago (2015-11-13 07:48:07 UTC) #3
sehr (please use chromium)
LGTM. Btw, did you ever find out the difference between pxor and xorp[sd]? I intended ...
5 years, 1 month ago (2015-11-13 16:22:48 UTC) #4
Jim Stichnoth
5 years, 1 month ago (2015-11-13 21:45:00 UTC) #6
sehr
One comment. LGTM. https://codereview.chromium.org/1439363002/diff/20001/tests_lit/llvm2ice_tests/undef.ll File tests_lit/llvm2ice_tests/undef.ll (right): https://codereview.chromium.org/1439363002/diff/20001/tests_lit/llvm2ice_tests/undef.ll#newcode41 tests_lit/llvm2ice_tests/undef.ll:41: ; xCHECK: fld DWORD PTR {{.*}} ...
5 years, 1 month ago (2015-11-13 21:49:13 UTC) #7
John
lgtm https://codereview.chromium.org/1439363002/diff/20001/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/1439363002/diff/20001/src/IceTargetLoweringX86BaseImpl.h#newcode5327 src/IceTargetLoweringX86BaseImpl.h:5327: _pxor(Reg, Reg); What's the difference of pxor and ...
5 years, 1 month ago (2015-11-13 21:51:20 UTC) #8
Jim Stichnoth
https://codereview.chromium.org/1439363002/diff/20001/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/1439363002/diff/20001/src/IceTargetLoweringX86BaseImpl.h#newcode5327 src/IceTargetLoweringX86BaseImpl.h:5327: _pxor(Reg, Reg); On 2015/11/13 21:51:20, John wrote: > What's ...
5 years, 1 month ago (2015-11-13 22:20:24 UTC) #9
Jim Stichnoth
5 years, 1 month ago (2015-11-13 22:20:45 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
991656678c7c5d661093d9ca63d83e20afc9e468 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698