jay: fix FS reading too many sysvals

caught in
dEQP-GLES31.functional.texture.texture_buffer.modify.bufferdata.offset_1_alignments
simd32

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
Alyssa Rosenzweig 2026-05-21 10:13:23 -04:00 committed by Marge Bot
parent 64acab1d69
commit de5aedfad9

View file

@ -350,6 +350,12 @@ jay_process_nir(const struct intel_device_info *devinfo,
NIR_PASS(_, nir, brw_nir_lower_alpha_to_coverage);
}
/* We want to run the standard opt loop after lowering but before
* gathering prog data, so we have accurate information about which system
* values are actually used (vs DCE'd away).
*/
brw_nir_optimize(pt);
// TODO
// NIR_PASS(_, nir, brw_nir_move_interpolation_to_top);