nir/opt_sink: Do not move derivatives
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 24 Aug 2023 11:14:28 +0000 (07:14 -0400)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 18 Sep 2023 12:38:16 +0000 (08:38 -0400)
commit561df40211b70f14b2fa407bad9a0ac3503c2e5c
tree528ada2b635374b0a99c894f8a6fb0c87b8f4c89
parent469fd36fba88bc2f6880f98fe5d20d30d2ac615b
nir/opt_sink: Do not move derivatives

At the moment, this does nothing. It will prevent problems from the next patch,
however.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24833>
src/compiler/nir/nir_opt_sink.c