pan/bi: Improve register printing
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 21 Jul 2022 18:47:49 +0000 (14:47 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 16:03:23 +0000 (16:03 +0000)
commit1bca6059b2f9bd1f7384cbf877a87e9067b98bfa
tree8f76d2583ac873016418416f66da2908ba48758e
parentaaa2fa4e7a7b6d8d56f3af5bd69224afb5bef95d
pan/bi: Improve register printing

Use "r0" style to denote machine registers, consistent with the assembly. Use
instead "nr0" for NIR registers so they don't collide. This reduces noise for
the average case (either register allocated or almost SSA).

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>
src/panfrost/bifrost/bi_printer.c.py