[clang] [llvm] [X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructions (PR #101452)

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 22:38:35 PDT 2024


================
@@ -0,0 +1,24 @@
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-unknown -target-feature +avx10.2-512 -emit-llvm -o - | FileCheck %s
+
----------------
FreddyLeaf wrote:

is `-flax-vector-conversions=none` required?

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


More information about the llvm-commits mailing list