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

Issue 1868543002: Subzero: Dump register numbers as signed quantities. (Closed)

Created:
4 years, 8 months ago by Jim Stichnoth
Modified:
4 years, 8 months ago
Reviewers:
Eric Holk, Karl, sehr, John
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Dump register numbers as signed quantities. Undo an overly aggression application of unsigned to register numbers in 8aa396610b7baf728631a43ea16ad3d13e38397a (https://codereview.chromium.org/1676123002). Now, instead of -verbose=regalloc output like: ++++++ Unhandled: R=jpp@chromium.org, kschimpf@google.com, 4294967295 V=%__4 Range=[2:7), 4294967295 V=%__5 Range=[7:8), 4294967295 V=%__6 Range=[9:11), -1 V=%__4 Range=[2:7), -1 V=%__5 Range=[7:8), -1 V=%__6 Range=[9:11) we have the originally intended: ++++++ Unhandled: BUG= none Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=11756b510456b215628124e7c13750f60b745f86

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use "NA" instead of "-1" for NoRegisterValue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M src/IceRegAlloc.cpp View 1 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Jim Stichnoth
4 years, 8 months ago (2016-04-06 15:48:29 UTC) #3
Karl
lgtm
4 years, 8 months ago (2016-04-06 15:52:18 UTC) #4
John
lgtm https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp File src/IceRegAlloc.cpp (right): https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp#newcode74 src/IceRegAlloc.cpp:74: snprintf(buf, llvm::array_lengthof(buf), "%2d", What about printing None instead ...
4 years, 8 months ago (2016-04-06 16:36:14 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp File src/IceRegAlloc.cpp (right): https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp#newcode74 src/IceRegAlloc.cpp:74: snprintf(buf, llvm::array_lengthof(buf), "%2d", On 2016/04/06 16:36:14, John wrote: > ...
4 years, 8 months ago (2016-04-06 17:04:37 UTC) #6
John
On 2016/04/06 17:04:37, stichnot wrote: > https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp > File src/IceRegAlloc.cpp (right): > > https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp#newcode74 > ...
4 years, 8 months ago (2016-04-06 17:28:43 UTC) #7
Jim Stichnoth
On 2016/04/06 17:28:43, John wrote: > On 2016/04/06 17:04:37, stichnot wrote: > > https://codereview.chromium.org/1868543002/diff/1/src/IceRegAlloc.cpp > ...
4 years, 8 months ago (2016-04-06 18:41:04 UTC) #8
Jim Stichnoth
4 years, 8 months ago (2016-04-06 19:20:37 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
11756b510456b215628124e7c13750f60b745f86 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698