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

Issue 2369323002: [Subzero][MIPS] Implement 64-bit integer compare operations (Closed)

Created:
4 years, 2 months ago by sagar.thakur
Modified:
4 years, 2 months ago
Reviewers:
srdjan.obucina, Eric Holk, Karl, Jim Stichnoth, John
CC:
native-client-reviews_googlegroups.com, jaydeep.patil, rich.fuhler_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 #

Patch Set 2 : Reused existing tests in tests_lit/llvm2ice_tests/64bit.pnacl.ll instead of adding new tests in tes… #

Total comments: 4

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -4 lines) Patch
M src/IceInstMIPS32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 1 chunk +143 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/64bit.pnacl.ll View 1 2 11 chunks +93 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
sagar.thakur
4 years, 2 months ago (2016-09-27 09:40:25 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/2369323002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2369323002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2924 src/IceTargetLoweringMIPS32.cpp:2924: _sltiu(Dest, T3, 1); Dest isn't necessarily a physical register ...
4 years, 2 months ago (2016-09-27 13:45:35 UTC) #3
sagar.thakur
Addressed review comments https://codereview.chromium.org/2369323002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2369323002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2924 src/IceTargetLoweringMIPS32.cpp:2924: _sltiu(Dest, T3, 1); On 2016/09/27 13:45:35, ...
4 years, 2 months ago (2016-09-28 08:23:23 UTC) #4
Jim Stichnoth
lgtm
4 years, 2 months ago (2016-09-28 13:36:40 UTC) #6
Jim Stichnoth
4 years, 2 months ago (2016-09-28 13:36:52 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
70b6ed47d1a4692408a0adbe025329c6adcb5c10 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698