================
@@ -0,0 +1,98 @@
+// RUN: %clang_cc1 -fclangir -triple x86_64-unknown-linux-gnu -target-feature 
+avx512fp16 -target-feature +avx512bf16 -emit-llvm %s -o - | FileCheck %s 
--check-prefix=CIR
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -target-feature 
+avx512fp16 -target-feature +avx512bf16 -emit-llvm %s -o - | FileCheck %s 
--check-prefix=OGCG
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -target-feature 
+avx512fp16 -target-feature +avx512bf16 -emit-llvm %s -o - | FileCheck %s 
--check-prefix=LLVM
+
+// REQUIRES: avx512fp16
+// REQUIRES: avx512bf16
----------------
bcardosolopes wrote:

Are you sure this is not just silently passing the test? I don't see this being 
used in clang for any test involving `avx512fp16`. It's also used twice, which 
is unnecessary. Can you please remove both?

https://github.com/llvm/llvm-project/pull/171615
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to