DescriptionSubzero: Fix/improve -asm-verbose output.
Fixes a bug where a num-uses counter wasn't being updated because of C
operator && semantics. The code was something like "if (A && --B) ..."
but we want --B to happen even when A is false.
Sorts the LiveIn and LiveOut lists by regnum so that the lists always
display the set of registers in a consistent/familiar order.
BUG= none
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=9a05aea88a8d9484d5f0ea1f2eabf52ee5a3647f
Patch Set 1 #Patch Set 2 : Reformat #Patch Set 3 : Rename LiveVars --> LiveRegs #
Total comments: 5
Patch Set 4 : Code review changes #Messages
Total messages: 6 (1 generated)
|