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 eb206e9 commit a5cc897Copy full SHA for a5cc897
llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
@@ -181,6 +181,8 @@ static_library("LLVMAMDGPUCodeGen") {
181
"AMDGPUPromoteKernelArguments.cpp",
182
"AMDGPURegBankCombiner.cpp",
183
"AMDGPURegBankLegalize.cpp",
184
+ "AMDGPURegBankLegalizeHelper.cpp",
185
+ "AMDGPURegBankLegalizeRules.cpp",
186
"AMDGPURegBankSelect.cpp",
187
"AMDGPURegisterBankInfo.cpp",
188
"AMDGPURemoveIncompatibleFunctions.cpp",
0 commit comments