nir: Use 'unsigned' instead of enum types in nir_variable::data
MSVC treats enums as signed, so storing values that use the topmost bit of the explicitly sized field loads as a negative value instead.
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.
MSVC treats enums as signed, so storing values that use the topmost bit of the explicitly sized field loads as a negative value instead.