[clang] [llvm] [NFC][AMDGPU] Pre-commit clang and llvm tests for dynamic allocas (PR #120063)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 06:20:26 PST 2024


================
@@ -0,0 +1,532 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -x hip -emit-llvm -fcuda-is-device -o - %s | FileCheck %s
----------------
arsenm wrote:

I think there are already some clang tests for this, not sure what the point of this part is. We do need unit tests which execute the code 

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


More information about the llvm-commits mailing list