Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Simon Pilgrim 47a9cd0343 [AMDGPU] Remove constexpr from getNumUserSGPRForField/getMaxNumPreloadedSGPRs to appease older gcc builds
Older versions of gcc wouldn't accept the constexpr getNumUserSGPRForField (introduced in D159439 / 343be5132e) as it couldn't treat the llvm_unreachable call as constexpr
2023-09-13 12:19:28 +01:00

38 KiB