[llvm] [X86] Fix decoding for vinsertps immediate operand (PR #117009)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 09:59:25 PST 2024


================
@@ -0,0 +1,7 @@
+# RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
+
+.intel_syntax
+
+# CHECK: vinsertps $176, 76(%r14,%rdi,8), %xmm2, %xmm2 # xmm2 = xmm2[0,1,2],mem[0]
+
+vinsertps xmm2,xmm2,dword ptr [r14+rdi*8+0x4C],0x0B0
----------------
RKSimon wrote:

test `insertps` and `{evex} vinsertps` variants as well?

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


More information about the llvm-commits mailing list