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

Issue 2289043002: [SubZero] Implement lowerSwitch for MIPS (Closed)

Created:
4 years, 3 months ago by jaydeep.patil
Modified:
4 years, 3 months ago
Reviewers:
Karl, John, mohit.bhakkad, Jim Stichnoth, srdjan.obucina, Eric Holk
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 lowerSwitch for MIPS The patch implements lowerSwitch for i32 and i64 types. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=29823f1c6b64ea6ba6bc399dfbe1de00b91ec41f

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed review comments #

Total comments: 2

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -5 lines) Patch
M src/IceInstMIPS32.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 chunks +10 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 1 chunk +32 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/switch-opt.ll View 1 6 chunks +108 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
jaydeep.patil
4 years, 3 months ago (2016-08-30 03:40:25 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2289043002/diff/1/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/2289043002/diff/1/src/IceInstMIPS32.cpp#newcode482 src/IceInstMIPS32.cpp:482: getSrc(0)->emit(Func); These two emit() calls should be dump(). https://codereview.chromium.org/2289043002/diff/1/src/IceTargetLoweringMIPS32.cpp ...
4 years, 3 months ago (2016-08-30 13:20:36 UTC) #4
jaydeep.patil
https://codereview.chromium.org/2289043002/diff/1/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/2289043002/diff/1/src/IceInstMIPS32.cpp#newcode482 src/IceInstMIPS32.cpp:482: getSrc(0)->emit(Func); On 2016/08/30 13:20:36, stichnot wrote: > These two ...
4 years, 3 months ago (2016-08-31 04:10:23 UTC) #5
jaydeep.patil
4 years, 3 months ago (2016-08-31 04:12:07 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/2289043002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2289043002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2348 src/IceTargetLoweringMIPS32.cpp:2348: constexpr CfgNode *NoTargetFlase = nullptr; s/Flase/False/
4 years, 3 months ago (2016-08-31 05:38:36 UTC) #7
jaydeep.patil
https://codereview.chromium.org/2289043002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2289043002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2348 src/IceTargetLoweringMIPS32.cpp:2348: constexpr CfgNode *NoTargetFlase = nullptr; On 2016/08/31 05:38:35, stichnot ...
4 years, 3 months ago (2016-08-31 05:43:43 UTC) #8
jaydeep.patil
4 years, 3 months ago (2016-08-31 05:44:04 UTC) #9
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-08-31 12:09:51 UTC) #10
Jim Stichnoth
4 years, 3 months ago (2016-08-31 12:10:08 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
29823f1c6b64ea6ba6bc399dfbe1de00b91ec41f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698