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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 07:50:08 PDT 2024


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

Remoe `-unknown-unknown` and add `-triple=x86_64`

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


More information about the cfe-commits mailing list