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

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 01:21:26 PST 2024


================
@@ -1751,6 +1776,8 @@ void X86MCCodeEmitter::encodeInstruction(const MCInst &MI,
     break;
   }
   case X86II::MRMSrcMemCC: {
+    if (IsND)
----------------
KanRobert wrote:

ditto

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


More information about the llvm-commits mailing list