Author: Petar Avramovic
Date: 2022-09-23T21:49:16+02:00
New Revision: a3becb333d7faae695e18728e9b8fa3a3579a240

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

LOG: [clang][AMDGPU] Temporarily disable clang atomic fadd test for gfx90a

Test is broken by D130579. Temporarily disable to silence builbot failures.

Added: 
    

Modified: 
    clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl 
b/clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl
index f078f4e93bb3d..467745948215d 100644
--- a/clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl
+++ b/clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl
@@ -1,9 +1,6 @@
 // RUN: %clang_cc1 -no-opaque-pointers -O0 -cl-std=CL2.0 -triple 
amdgcn-amd-amdhsa -target-cpu gfx90a \
 // RUN:   %s -S -emit-llvm -o - | FileCheck %s -check-prefix=CHECK
 
-// RUN: %clang_cc1 -no-opaque-pointers -O0 -cl-std=CL2.0 -triple 
amdgcn-amd-amdhsa -target-cpu gfx90a \
-// RUN:   -S -o - %s | FileCheck -check-prefix=GFX90A %s
-
 // REQUIRES: amdgpu-registered-target
 
 typedef half __attribute__((ext_vector_type(2))) half2;


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to