[clang] [llvm] [X86][AVX10.2] Support AVX10.2-SATCVT new instructions. (PR #101599)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 20:58:50 PDT 2024
================
@@ -0,0 +1,198 @@
+// RUN: %clang_cc1 %s -flax-vector-conversions=none -ffreestanding -triple=x86_64 -target-feature +avx10.2-512 \
+// RUN: -emit-llvm -Wall -Werror -verify
+// RUN: %clang_cc1 %s -flax-vector-conversions=none -ffreestanding -triple=i386 -target-feature +avx10.2-512 \
+// RUN: -emit-llvm -Wall -Werror -verify
----------------
phoebewang wrote:
Remove -emit-llvm.
https://github.com/llvm/llvm-project/pull/101599
More information about the cfe-commits
mailing list