[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
================
@@ -3892,6 +3895,10 @@ void CodeGenModule::EmitGlobal(GlobalDecl GD) {
// Ignore declarations, they will be emitted on their first use.
if (const auto *FD = dyn_cast<FunctionDecl>(Global)) {
+
----------------
arsenm wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/115821
More information about the cfe-commits
mailing list