[AMDGPU] Remove constexpr from getNumUserSGPRForField/getMaxNumPreloadedSGPRs...
[AMDGPU] Remove constexpr from getNumUserSGPRForField/getMaxNumPreloadedSGPRs to appease older gcc builds Older versions of gcc wouldn't accept the constexpr getNumUserSGPRForField (introduced in D159439 / 343be513) as it couldn't treat the llvm_unreachable call as constexpr
Loading
Please sign in to comment