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

Issue 2404803002: [Subzero][MIPS32] Implement bitcast operation for both 32-bit and 64-bit operands (Closed)

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

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -135 lines) Patch
M src/IceInstMIPS32.h View 1 2 chunks +7 lines, -12 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 3 chunks +43 lines, -104 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 7 chunks +81 lines, -15 lines 0 comments Download
M tests_lit/llvm2ice_tests/bitcast.ll View 7 chunks +47 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (2 generated)
sagar.thakur
4 years, 2 months ago (2016-10-10 09:57:45 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/2404803002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2404803002/diff/1/src/IceInstMIPS32.h#newcode1219 src/IceInstMIPS32.h:1219: bool isMultiDest() const { return false; } Are these ...
4 years, 2 months ago (2016-10-10 17:07:50 UTC) #3
sagar.thakur
https://codereview.chromium.org/2404803002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2404803002/diff/1/src/IceInstMIPS32.h#newcode1219 src/IceInstMIPS32.h:1219: bool isMultiDest() const { return false; } On 2016/10/10 ...
4 years, 2 months ago (2016-10-12 06:07:06 UTC) #4
Jim Stichnoth
lgtm https://codereview.chromium.org/2404803002/diff/20001/tests_lit/llvm2ice_tests/bitcast.ll File tests_lit/llvm2ice_tests/bitcast.ll (right): https://codereview.chromium.org/2404803002/diff/20001/tests_lit/llvm2ice_tests/bitcast.ll#newcode16 tests_lit/llvm2ice_tests/bitcast.ll:16: ; RUN: %if --need=target_MIPS32 --command %p2i --filetype=asm \ ...
4 years, 2 months ago (2016-10-12 06:35:47 UTC) #5
Jim Stichnoth
4 years, 2 months ago (2016-10-12 06:36:05 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b001cc4c0bea8e13be1d6733ef0f96fe5706fc21 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698