[clang] [Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (PR #115821)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 03:04:10 PDT 2025
================
@@ -6138,6 +6150,7 @@ void CodeGenModule::EmitGlobalFunctionDefinition(GlobalDecl GD,
CodeGenFunction(*this).GenerateCode(GD, Fn, FI);
setNonAliasAttributes(GD, Fn);
+
----------------
arsenm wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/115821
More information about the cfe-commits
mailing list