nir/lower_int64: Use the core NIR lowering framework
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 11 Jul 2019 21:31:49 +0000 (16:31 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 16 Jul 2019 16:05:16 +0000 (16:05 +0000)
commitd65902c179399497e2d52000d587b7fab1719fef
tree595a210193e358a99fba1338cbfd5cf6119a96e6
parentc1cffa4249ca62622ae22dab3097addac86dcb62
nir/lower_int64: Use the core 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_int64.c