nir/validate: More validation for extract_* opcodes
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.