[clang] [Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (PR #115821)

Aniket Lal via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 01:21:48 PDT 2025


================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -emit-llvm -o - %s | FileCheck %s
----------------
lalaniket8 wrote:

Changed test file to auto generate using update_cc_test_checks.py with --include-generated-funcs argument. This can detect and include stub variants.

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


More information about the cfe-commits mailing list