[clang] [compiler-rt] [llvm] [X86] Support MOVRS and AVX10.2 instructions. (PR #113274)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 03:44:33 PDT 2024


================
@@ -0,0 +1,98 @@
+// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-unknown-unknown -target-feature +movrs -target-feature +avx10.2-256 -emit-llvm -verify
----------------
phoebewang wrote:

Done.

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


More information about the cfe-commits mailing list