[clang] 0aa92d2 - [AMDGPU] Run DL builtin tests for new GFX (#130054)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 05:24:53 PST 2025


Author: Mariusz Sikora
Date: 2025-03-06T14:24:49+01:00
New Revision: 0aa92d23b206e20fb1e19f4fc0d05d2d293f404f

URL: https://github.com/llvm/llvm-project/commit/0aa92d23b206e20fb1e19f4fc0d05d2d293f404f
DIFF: https://github.com/llvm/llvm-project/commit/0aa92d23b206e20fb1e19f4fc0d05d2d293f404f.diff

LOG: [AMDGPU] Run DL builtin tests for new GFX (#130054)

Added: 
    

Modified: 
    clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl b/clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl
index 2afe39ecc9c69..66a5e07925c6b 100644
--- a/clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl
+++ b/clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl
@@ -1,6 +1,7 @@
 // REQUIRES: amdgpu-registered-target
 
 // RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-cpu gfx1100 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-cpu gfx1200 -emit-llvm -o - %s | FileCheck %s
 
 typedef unsigned int uint;
 typedef half __attribute__((ext_vector_type(2))) half2;


        


More information about the cfe-commits mailing list