Skip to content

nir/validate: More validation for extract_* opcodes

Ian Romanick requested to merge idr/mesa:review/validate-extract into main

The extract opcodes all require src1 be constant. It also must select a portion of src0 that actually exists. That is, it cannot be an out-of-bounds reference.

Merge request reports

Loading