commit | fc9c4f89b85c0116c0dc22a3eaf25f5df88ad657 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Dec 13 11:08:13 2018 -0600 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Tue Jan 08 00:38:30 2019 +0000 |
tree | d66f7211155d2ba45fb2fd269233a9249092b9cd | |
parent | bf1a1eed882980a1cd08482386e3a001ce64a5a4 [diff] |
nir: Move propagation of cast derefs to a new nir_opt_deref pass We're going to want to do more deref optimizations going forward and this gives us a central place to do them. Also, cast propagation will get a bit more complicated with the addition of ptr_as_array derefs. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>