[clang] [llvm] [AMDGPU] Async memory LDS copy for gfx13 (PR #202614)

Mariusz Sikora via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 06:58:43 PDT 2026


================
@@ -1,6 +1,7 @@
 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
 // REQUIRES: amdgpu-registered-target
 // RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgcn-unknown-unknown -target-cpu gfx1250 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-GFX1250
+// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgcn-unknown-unknown -target-cpu gfx1310 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-GFX1250
 
 typedef int    v2i   __attribute__((ext_vector_type(2)));
----------------
mariusz-sikora-at-amd wrote:

I removed `gfx1250` from the file name.

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


More information about the cfe-commits mailing list