Skip to content

src/compiler/nir: Fix use of alloca() without #include c99_alloca.h

Sil Vilerino requested to merge sivileri/mesa:fix_alloca_incl into main

Fix use of alloca() without #include c99_alloca.h in src/compiler/nir/nir_range_analysis.c

Merge request reports