nir: Remove nir_alu_dest::write_mask

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
Alyssa Rosenzweig
2023-08-02 13:01:09 -04:00
committed by Marge Bot
parent f5b09fefe3
commit 42ee8a55dd
36 changed files with 3 additions and 79 deletions
@@ -61,7 +61,6 @@ ssa_def_bits_used_test::build_alu_instr(nir_op op,
if (alu == NULL)
return NULL;
alu->dest.write_mask = 1;
alu->dest.dest.ssa.num_components = 1;
return alu;