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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 11:58:21 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,
----------------
arsenm wrote:

Shouldn't need any CGBUiltin changes? 

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


More information about the llvm-commits mailing list