nir/lower_doubles: Use the new NIR lowering framework
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 11 Jul 2019 21:54:01 +0000 (16:54 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 16 Jul 2019 16:05:16 +0000 (16:05 +0000)
commitd7d35a9522ea5b524732a8b730008d725b84abdf
tree55e3d3e5db61f6add332ab3d2d7b17fbcb4a31e0
parent197a08dc69f3880c3274194fcdd934529087aaea
nir/lower_doubles: Use the new NIR lowering framework

One advantage of this is that we no longer need to run in a loop because
the new framework handles lowering instructions added by lowering.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/nir/nir_lower_double_ops.c