commit | ced9b6f0d8ef4211afd5ea4c09edabd2b3b80f27 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Sun Nov 01 17:46:56 2020 -0600 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Nov 03 22:18:28 2020 +0000 |
tree | 71eee333f48f5f87d4861917e772da6039b2a138 | |
parent | 379d5354804e6cd443b821bd339260a2394dd536 [diff] |
nir: Use nir_deref_mode_may_be in deref optimizations All the checks being replaced are fore potential aliasing so we want to flush stores whenever the mode might be something that aliases. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6332>