DescriptionSubzero: 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 #Messages
Total messages: 10 (3 generated)
|