nir: Get rid of nir_register::is_packed
authorJason Ekstrand <jason@jlekstrand.net>
Sat, 6 Apr 2019 00:41:03 +0000 (19:41 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 9 Apr 2019 05:29:36 +0000 (00:29 -0500)
commitb28bad89b9c44187bb5055769faa3e3dbbfffa35
tree66920f9c2d9459bbf2cec913f228d9e992e18520
parentff852fdc05dc2fc74625bc8f14e80a5f1cab5ed3
nir: Get rid of nir_register::is_packed

All we ever do is initialize it to zero, clone it, print it, and
validate it.  No one ever sets or uses it.

Acked-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/nir/nir.c
src/compiler/nir/nir.h
src/compiler/nir/nir_clone.c
src/compiler/nir/nir_lower_regs_to_ssa.c
src/compiler/nir/nir_print.c
src/compiler/nir/nir_serialize.c
src/compiler/nir/nir_validate.c