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

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


================
@@ -3120,7 +3123,8 @@ bool X86InstrInfo::hasCommutePreference(MachineInstr &MI, bool &Commute) const {
 
 int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) {
   unsigned Opcode = MCID.getOpcode();
----------------
KanRobert wrote:

It seems the support for CFCMOV in X86FlagsCopyLowering.cpp  is missing.

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


More information about the llvm-commits mailing list