[clang] [llvm] AMDGPU: Add missing flat-global-insts to gfx13 frontend feature map (PR #213121)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 13:49:49 PDT 2026
================
@@ -5,6 +5,7 @@
// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgpu11.00-unknown-unknown -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgpu12.00-unknown-unknown -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgpu12.50-unknown-unknown -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -cl-std=CL2.0 -triple amdgpu13.10-unknown-unknown -emit-llvm -o - %s | FileCheck %s
----------------
arsenm wrote:
Not sure which test you mean
https://github.com/llvm/llvm-project/pull/213121
More information about the llvm-commits
mailing list