commit | b3942beecf15c3ab72dd9694d2762fe4d37a4773 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Fri Oct 16 16:05:52 2020 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Sat Mar 26 00:28:19 2022 +0000 |
tree | 8c236a05da77508c5309339fdbc1106e5937c5bd | |
parent | 6fa66ac22872ea8034dbc67dac2860523a07d0f8 [diff] |
intel/compiler: Set divergence analysis options Although we don't use divergence analysis yet, we've had several work-in-progress series that make use of it. We may as well set our options so that those series can assume they're in place. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15484>