Skip to content

nir: nir_range_analysis needs to be updated for vec16

Jesse Natalie requested to merge jenatali/mesa:range-analysis-vec16 into msclc-d3d12

For some reason, I didn't hit this while running locally-built binaries, but when running binaries built by our automation, this triggered stack corruption which resulted in a crash in test_integer_ops.exe vector_scalar.

Merge request reports