[Mesa-dev] [PATCH v1] panfrost/midgard: Skip liveness analysis for instructions without dest

Alyssa Rosenzweig alyssa at rosenzweig.io
Thu May 2 14:18:01 UTC 2019


Just for future reader's reference, could you add a comment above this
line:

	/* This skips store_vary instructions, which are not yet SSA */

> +                        if (ins->ssa_args.dest < 0) continue;

With that small change, Reviewed-by AR :)


More information about the mesa-dev mailing list