[clang] [llvm] [X86][AVX10.2] Support AVX10.2 MOVZXC new Instructions. (PR #108537)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 05:54:45 PDT 2024


================
@@ -0,0 +1,17 @@
+// RUN: llvm-mc -triple i386 --show-encoding %s | FileCheck %s
+
+// CHECK: vmovd   %xmm2, %xmm1
+// CHECK: encoding: [0x62,0xf1,0x7e,0x08,0x7e,0xca]
+          vmovd   %xmm2, %xmm1
----------------
phoebewang wrote:

Missing memory tests.

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


More information about the cfe-commits mailing list