[clang] [llvm] [AMDGPU][Clang] Add check of size for __builtin_amdgcn_global_load_lds (PR #93064)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 12:27:56 PDT 2024


================
@@ -2537,6 +2537,47 @@ static RValue EmitHipStdParUnsupportedBuiltin(CodeGenFunction *CGF,
   return RValue::get(CGF->Builder.CreateCall(UBF, Args));
 }
 
+static void buildInstrinsicCallArgs(CodeGenFunction &CGF, const CallExpr *E,
----------------
shiltian wrote:

Yeah, no need of anything change in CGBuiltin.

https://github.com/llvm/llvm-project/pull/93064


More information about the llvm-commits mailing list