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

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 27 05:55:00 PST 2024


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

the pair can be "detected" or checked by the check lines and any minor change could lead to a test failure, thus makes it more robust.

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


More information about the cfe-commits mailing list