[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 00:37:02 PST 2024
================
@@ -2639,7 +2639,10 @@ MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
break;
case X86::CMOV16rr:
case X86::CMOV32rr:
- case X86::CMOV64rr: {
+ case X86::CMOV64rr:
----------------
KanRobert wrote:
CASE_ND
https://github.com/llvm/llvm-project/pull/82592
More information about the llvm-commits
mailing list