[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 18:34:23 PDT 2024
================
@@ -11,6 +11,12 @@
# INTEL: add r18, qword ptr [r17 + 123], r16
0x62,0xec,0xec,0x10,0x01,0x41,0x7b
+## MRMDestMemCC
+
+# ATT: cfcmovbq %r9, 123(%r8,%rax,4)
+# INTEL: cfcmovb qword ptr [r8 + 4*rax + 123], r9
+0x62,0x54,0xfc,0x0c,0x42,0x4c,0x80,0x7b
----------------
KanRobert wrote:
Please use r16, r17, r18 so that we check the prefix is set correctly. Same for others.
https://github.com/llvm/llvm-project/pull/82592
More information about the llvm-commits
mailing list