nir/serialize: [De]serialize nir_def nor nir_dest
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Sat, 12 Aug 2023 23:53:42 +0000 (18:53 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sun, 13 Aug 2023 17:12:52 +0000 (17:12 +0000)
commit174a75631f71b44b5182ae7678e19488783ac636
tree93b254366b020053da71e8712c3f3b5ab05d0a30
parent9cd9115d87b7eb4f1ed7ad12af06e7935187fdd4
nir/serialize: [De]serialize nir_def nor nir_dest

This both gets rid of its use of nir_ssa_dest_init() but also will make
it easier to mechanically remove nir_dest entirely later.

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24658>
src/compiler/nir/nir_serialize.c