Skip to content

amd/llvm,aco: Replace VLA with alloca

James Park requested to merge jpark37/mesa:msvc-vla into master

MSVC will never support VLA, so use alloca instead.

Splitting off changes from !6162 (merged).

Edited by James Park

Merge request reports