[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
Tue Dec 17 02:09:31 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 guess 51a014cb2d9c6f8303f9b11ffc035d69cbeb9e21 didn't add any hip tests, so I guess we need some.
> We have plans of adding hip-tests, or do you want the code to be exercised in the llvm-test-suite
llvm-test-suite would be better
https://github.com/llvm/llvm-project/pull/120063
More information about the llvm-commits
mailing list