[clang] [llvm] [X86][AVX10.2] Support AVX10.2-SATCVT new instructions. (PR #101599)

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 5 22:04:57 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
----------------
FreddyLeaf wrote:

[e364824](https://github.com/llvm/llvm-project/pull/101599/commits/e364824782ec2bf75dcbc4d6099b8cc7c7e6f153)

https://github.com/llvm/llvm-project/pull/101599


More information about the cfe-commits mailing list