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

Issue 2412053002: [SubZero] Implement Fcmp, ICmp, Cast and Select for vector type (Closed)

Created:
4 years, 2 months ago by jaydeep.patil
Modified:
4 years, 2 months ago
CC:
native-client-reviews_googlegroups.com, rich.fuhler_imgtec.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[SubZero] Implement Fcmp, ICmp, Cast and Select for vector type The patch scalarizes Fcmp, ICmp, Cast and Select for operands of vector type. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=3a01f337a848f4200542393d60d32c7e79ff42ea

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7266 lines, -79 lines) Patch
M src/IceOperand.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/IceTargetLowering.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 28 chunks +167 lines, -64 lines 0 comments Download
M tests_lit/llvm2ice_tests/fp.cmp.ll View 4 chunks +8 lines, -8 lines 0 comments Download
M tests_lit/llvm2ice_tests/vector-align.ll View 8 chunks +48 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/vector-fcmp.ll View 18 chunks +211 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/vector-icmp.ll View 1 56 chunks +5969 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/vector-ops.ll View 18 chunks +143 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/vector-select.ll View 8 chunks +712 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
jaydeep.patil
4 years, 2 months ago (2016-10-12 07:44:12 UTC) #3
Jim Stichnoth
Could you also rebase to latest master? I wanted to test this out locally, but ...
4 years, 2 months ago (2016-10-14 13:43:37 UTC) #4
jaydeep.patil
https://codereview.chromium.org/2412053002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2412053002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode222 src/IceTargetLoweringMIPS32.cpp:222: On 2016/10/14 13:43:37, Jim Stichnoth wrote: > Would be ...
4 years, 2 months ago (2016-10-15 03:47:57 UTC) #5
Jim Stichnoth
lgtm
4 years, 2 months ago (2016-10-17 13:33:35 UTC) #6
Jim Stichnoth
4 years, 2 months ago (2016-10-17 13:33:54 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3a01f337a848f4200542393d60d32c7e79ff42ea (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698