Skip to content

nir: Handle out of bounds access in nir_vectorize_tess_levels.

Timur Kristóf requested to merge Venemo/mesa:nir-fix-vectorize-tess-levels into main

Replace out of bounds loads with undef. Then, delete instructions with out of bounds access.

Merge request reports