Mesa (master): freedreno/ir3/ra: remove ir print after livein/out

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Nov 9 03:07:48 UTC 2019


Module: Mesa
Branch: master
Commit: e804b42fd748dd72e853455a73c9dc6128460617
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e804b42fd748dd72e853455a73c9dc6128460617

Author: Rob Clark <robdclark at chromium.org>
Date:   Wed Oct 23 15:04:38 2019 -0700

freedreno/ir3/ra: remove ir print after livein/out

The IR hasn't changed at this point, so it isn't really adding any
value.

Signed-off-by: Rob Clark <robdclark at chromium.org>

---

 src/freedreno/ir3/ir3_ra.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/freedreno/ir3/ir3_ra.c b/src/freedreno/ir3/ir3_ra.c
index 2f312a5ff15..19596c73044 100644
--- a/src/freedreno/ir3/ir3_ra.c
+++ b/src/freedreno/ir3/ir3_ra.c
@@ -899,7 +899,6 @@ ra_add_interference(struct ir3_ra_ctx *ctx)
 
 	if (ir3_shader_debug & IR3_DBG_OPTMSGS) {
 		debug_printf("AFTER LIVEIN/OUT:\n");
-		ir3_print(ir);
 		list_for_each_entry (struct ir3_block, block, &ir->block_list, node) {
 			struct ir3_ra_block_data *bd = block->data;
 			debug_printf("block%u:\n", block_id(block));




More information about the mesa-commit mailing list