pan/bi: Remove trivial dest[0] = bi_null()
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 21 Jul 2022 18:21:55 +0000 (14:21 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 16:03:23 +0000 (16:03 +0000)
It's already NULL and will interfere with the more comprehensive src/dest
overwork we're doing.

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

src/panfrost/bifrost/bi_schedule.c

index 7234420..34ef681 100644 (file)
@@ -2066,7 +2066,6 @@ bi_add_nop_for_atest(bi_context *ctx)
 
         bi_instr *I = rzalloc(ctx, bi_instr);
         I->op = BI_OPCODE_NOP;
-        I->dest[0] = bi_null();
 
         bi_clause *new_clause = ralloc(ctx, bi_clause);
         *new_clause = (bi_clause) {