freedreno/ir3/ra: remove ir print after livein/out
authorRob Clark <robdclark@chromium.org>
Wed, 23 Oct 2019 22:04:38 +0000 (15:04 -0700)
committerRob Clark <robdclark@gmail.com>
Sat, 9 Nov 2019 02:49:15 +0000 (02:49 +0000)
The IR hasn't changed at this point, so it isn't really adding any
value.

Signed-off-by: Rob Clark <robdclark@chromium.org>
src/freedreno/ir3/ir3_ra.c

index 2f312a5ff1569998ed0a0152a37eb549ca723e57..19596c730449785c84823a3782fb6eac2088d97e 100644 (file)
@@ -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));