[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 01:26:31 PST 2024


================
@@ -412,3 +412,9 @@
 # ATT:   movbeq	 %r16, %r17
 # INTEL: movbe	r17, r16
 0x62,0xec,0xfc,0x08,0x60,0xc8
+
+## cfcmov
+
+# ATT:   cfcmovbeq	%r16, %r17
----------------
KanRobert wrote:

Need to test 16/32 bit too

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


More information about the llvm-commits mailing list