freedreno/ir3: juggle around ir3_debug_print()
authorRob Clark <robdclark@chromium.org>
Thu, 14 May 2020 18:36:05 +0000 (11:36 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 19 May 2020 16:06:17 +0000 (16:06 +0000)
commit9beb2baaff4a2019aefe3dfc75187d75dba04286
treef7d1fca54855b9b2d035936a1cab11f9225eb794
parent947aa23eff7ac6cfb17eb7bc56df0bc9ed4bd2b9
freedreno/ir3: juggle around ir3_debug_print()

In a later patch, this will get folded into an IR3_PASS() macro, at
least for most passes.  But to do that, it is better to standardize
on printing the ir3 after the pass.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5048>
src/freedreno/ir3/ir3_compiler_nir.c
src/freedreno/ir3/ir3_ra.c