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

Issue 2350903002: Subzero, MIPS32: lowerUnreachable (Closed)

Created:
4 years, 3 months ago by obucinac
Modified:
4 years, 3 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, MIPS32: lowerUnreachable Patch implements lowerUnreachable and encoding for teq instruction. To avoid duplicated code, class describing trap instruction is borrowed from https://codereview.chromium.org/2339323004/ Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=3b61d70e2f05fa692ee759c9233dc6b8f341a2fc

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebasing, addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -2 lines) Patch
M src/IceAssemblerMIPS32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceAssemblerMIPS32.cpp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
A tests_lit/assembler/mips32/encoding_trap.ll View 1 chunk +41 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/unreachable.ll View 1 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
obucinac
4 years, 3 months ago (2016-09-19 18:52:33 UTC) #3
Jim Stichnoth
Also, could you rebase to latest master? https://codereview.chromium.org/2350903002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2350903002/diff/1/src/IceInstMIPS32.h#newcode918 src/IceInstMIPS32.h:918: template <InstMIPS32::InstKindMIPS32 ...
4 years, 3 months ago (2016-09-19 23:56:38 UTC) #4
Jim Stichnoth
It's possible that I rebased wrong, but I'm getting an error on "make -f Makefile.standalone ...
4 years, 3 months ago (2016-09-20 00:02:08 UTC) #5
obucinac
On 2016/09/20 00:02:08, stichnot wrote: > It's possible that I rebased wrong, but I'm getting ...
4 years, 3 months ago (2016-09-20 00:14:31 UTC) #6
jaydeep.patil
https://codereview.chromium.org/2350903002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2350903002/diff/1/src/IceInstMIPS32.h#newcode918 src/IceInstMIPS32.h:918: template <InstMIPS32::InstKindMIPS32 K> On 2016/09/19 23:56:38, stichnot wrote: > ...
4 years, 3 months ago (2016-09-20 03:16:54 UTC) #7
obucinac
https://codereview.chromium.org/2350903002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2350903002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode3362 src/IceTargetLoweringMIPS32.cpp:3362: void TargetMIPS32::lowerUnreachable(const InstUnreachable * /*Instr*/) { On 2016/09/19 23:56:38, ...
4 years, 3 months ago (2016-09-20 13:06:02 UTC) #8
Jim Stichnoth
Committed patchset #2 (id:20001) manually as 3b61d70e2f05fa692ee759c9233dc6b8f341a2fc (presubmit successful).
4 years, 3 months ago (2016-09-20 13:49:57 UTC) #10
Jim Stichnoth
4 years, 3 months ago (2016-09-20 13:50:06 UTC) #11
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698