Skip to content

nir: assert that variables in optimize_atomic are initialized

Filip Gawin requested to merge gawin/mesa:nir/ini_optimize_atomic into main

If you gonna view context of function parse_atomic_op, then you gonna know that index for array (data_src) can be unitialized. Imho this approach is cleaner than doing stuff inside parse_atomic_op.

Supersedes !12878 (closed) (I'm not able to reopen.)

Merge request reports