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

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 23:18:46 PDT 2024


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

Done.

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


More information about the llvm-commits mailing list