nir: remove non-ssa support from nir_copy_prop()
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 20 Feb 2019 04:03:42 +0000 (15:03 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 20 Feb 2019 23:18:24 +0000 (10:18 +1100)
commit03783253b1814a0afa25364f80f13f3e4a1e9bc2
treea705a07dd4983d41ff0c1f1c0c95ece46828ed76
parent1ef2855692d53349588fa3a9b425c9ae229e5e14
nir: remove non-ssa support from nir_copy_prop()

Even in a very basic shader this reduces the time spent in
nir_copy_prop() by ~17%.

No shader-db changes for radeonsi NIR or i965.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_opt_copy_propagate.c