[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 01:34:45 PST 2024
================
@@ -870,6 +889,7 @@ void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
case X86Local::MRMXr:
filter = std::make_unique<ModFilter>(true);
break;
+ case X86Local::MRMDestMemCC:
case X86Local::MRMDestMem:
----------------
KanRobert wrote:
ditto
https://github.com/llvm/llvm-project/pull/82592
More information about the llvm-commits
mailing list