We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e9ceb commit 7417ba6Copy full SHA for 7417ba6
llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
@@ -179,6 +179,8 @@ static_library("LLVMAMDGPUCodeGen") {
179
"AMDGPUPromoteAlloca.cpp",
180
"AMDGPUPromoteKernelArguments.cpp",
181
"AMDGPURegBankCombiner.cpp",
182
+ "AMDGPURegBankLegalize.cpp",
183
+ "AMDGPURegBankSelect.cpp",
184
"AMDGPURegisterBankInfo.cpp",
185
"AMDGPURemoveIncompatibleFunctions.cpp",
186
"AMDGPUReserveWWMRegs.cpp",
0 commit comments