[clang] [llvm] [X86][AVX10.2] Support AVX10.2 MOVZXC new Instructions. (PR #108537)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 10:37:37 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
----------------
mahesh-attarde wrote:
These are not preset in akshay's original patch.
Adding it here.
https://github.com/llvm/llvm-project/pull/108537
More information about the cfe-commits
mailing list