[clang] [CUDA] Precommit test for VTable codegen (PR #124983)

2025-01-29 Thread Anshil Gandhi via cfe-commits
https://github.com/gandhi56 edited https://github.com/llvm/llvm-project/pull/124983 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CUDA] Precommit test for VTable codegen (PR #124983)

2025-01-29 Thread Anshil Gandhi via cfe-commits
https://github.com/gandhi56 updated https://github.com/llvm/llvm-project/pull/124983 >From 0e2317ae0ef1377bc461e7e461bf3b699d75014d Mon Sep 17 00:00:00 2001 From: Anshil Gandhi Date: Tue, 28 Jan 2025 18:04:44 -0600 Subject: [PATCH 1/2] [CUDA] Precommit test for VTable codegen --- .../CodeGenC

[clang] [CUDA] Precommit test for VTable codegen (PR #124983)

2025-01-29 Thread Alex Voicu via cfe-commits
AlexVlx wrote: Could you please add another RUN line for SPIRV? That’d just use the spirv64-amd-amdhsa triple; you will need a different prefix as it has a different AS map. https://github.com/llvm/llvm-project/pull/124983 ___ cfe-commits mailing li

[clang] [CUDA] Precommit test for VTable codegen (PR #124983)

2025-01-29 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Anshil Gandhi (gandhi56) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/124983.diff 1 Files Affected: - (added) clang/test/CodeGenCUDA/increment-index-for-thunks.cu (+33) ``diff diff --git a/clang/test/Code

[clang] [CUDA] Precommit test for VTable codegen (PR #124983)

2025-01-29 Thread Anshil Gandhi via cfe-commits
https://github.com/gandhi56 created https://github.com/llvm/llvm-project/pull/124983 None >From 0e2317ae0ef1377bc461e7e461bf3b699d75014d Mon Sep 17 00:00:00 2001 From: Anshil Gandhi Date: Tue, 28 Jan 2025 18:04:44 -0600 Subject: [PATCH] [CUDA] Precommit test for VTable codegen --- .../CodeGe