| commit | cabfa304e787ac73fc8c5a486eca8b6a60c56382 | [log] [tgz] |
|---|---|---|
| author | Jim Stichnoth <stichnot@chromium.org> | Wed Sep 03 15:19:12 2014 -0700 |
| committer | Jim Stichnoth <stichnot@chromium.org> | Wed Sep 03 15:19:12 2014 -0700 |
| tree | 655b815d8feb385ba1949a9ab4590041498db783 | |
| parent | 71ba82224c7aaba79ac43c1afaa6dcde8f4fb88e [diff] |
Subzero: Render constants in dump() to be more like LLVM. Integers are generally dumped as signed instead of unsigned values. Integers of i1 type are dumped as 'false' and 'true'. Floating point values still don't match LLVM. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/539743002