[clang] [llvm] [AMDGPU][Clang] Add check of size for __builtin_amdgcn_global_load_lds (PR #93064)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 09:26:05 PDT 2024
================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -cl-std=CL2.0 -O0 -triple amdgcn-unknown-unknown -target-cpu gfx940 -S -verify -o - %s
+// REQUIRES: amdgpu-registered-target
----------------
arsenm wrote:
Test belongs in SemaOpenCL
https://github.com/llvm/llvm-project/pull/93064
More information about the llvm-commits
mailing list