[clang] a3becb3 - [clang][AMDGPU] Temporarily disable clang atomic fadd test for gfx90a
Petar Avramovic via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 23 12:51:06 PDT 2022
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;
More information about the cfe-commits
mailing list