| commit | 6e1921581043c145049e199d64e11c8a64037c8b | [log] [tgz] |
|---|---|---|
| author | Caio Oliveira <caio.oliveira@intel.com> | Tue Mar 11 13:36:46 2025 -0700 |
| committer | Marge Bot <emma+marge@anholt.net> | Thu Mar 13 04:52:01 2025 +0000 |
| tree | d5c83f531655241103c5b467f4f8a6e865a569c8 | |
| parent | fb224e9016e9592645fb10f331344f6be22bb514 [diff] |
brw: Get the reference to brw_def_analysis only once in saturate propagation Instead of calling `require()` every instruction, call it once per pass. Even though the defs are cached (i.e. we are not re-calculating them every instruction), this prevents the extra check and the call to analysis validation. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34010>