Files
mesa/src
Alyssa Rosenzweig e9e0956d62 nir: Factor out nir_src_rewrite_ssa helper
Like nir_instr_rewrite_ssa but without the asserted extra argument. Works on ifs
too, now that we have a unified use list.

We do need to assert that the source has actually been inserted and has valid
use/def chains. Previously, asserting on the parent instruction accomplished
that indirectly. For the more general helper, we instead directly assert that
there exists a non-null parent, whatever it is.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22343>
2023-04-07 23:48:03 +00:00
..
2023-04-07 18:16:40 -04:00
2023-04-07 03:23:04 +00:00
2023-03-30 18:46:04 +00:00
2023-03-05 16:31:51 +00:00
2023-04-07 23:48:03 +00:00
2023-03-13 01:22:46 +00:00
2023-04-07 15:51:20 +00:00
2023-02-18 00:44:43 +00:00