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.
__builtin_amdgcn_load_to_lds
1 parent 481d55d commit cf41ebdCopy full SHA for cf41ebd
clang/lib/Sema/SemaAMDGPU.cpp
@@ -38,7 +38,6 @@ bool SemaAMDGPU::CheckAMDGCNBuiltinFunctionCall(unsigned BuiltinID,
38
switch (BuiltinID) {
39
case AMDGPU::BI__builtin_amdgcn_raw_ptr_buffer_load_lds:
40
case AMDGPU::BI__builtin_amdgcn_struct_ptr_buffer_load_lds:
41
- case AMDGPU::BI__builtin_amdgcn_load_to_lds:
42
case AMDGPU::BI__builtin_amdgcn_global_load_lds: {
43
constexpr const int SizeIdx = 2;
44
llvm::APSInt Size;
0 commit comments