Skip to content

Commit cf41ebd

Browse files
zGoldthorperonlieb
authored andcommitted
Removed reference to __builtin_amdgcn_load_to_lds
1 parent 481d55d commit cf41ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaAMDGPU.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bool SemaAMDGPU::CheckAMDGCNBuiltinFunctionCall(unsigned BuiltinID,
3838
switch (BuiltinID) {
3939
case AMDGPU::BI__builtin_amdgcn_raw_ptr_buffer_load_lds:
4040
case AMDGPU::BI__builtin_amdgcn_struct_ptr_buffer_load_lds:
41-
case AMDGPU::BI__builtin_amdgcn_load_to_lds:
4241
case AMDGPU::BI__builtin_amdgcn_global_load_lds: {
4342
constexpr const int SizeIdx = 2;
4443
llvm::APSInt Size;

0 commit comments

Comments
 (0)