[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 18:46:48 PST 2024
================
@@ -3120,7 +3123,8 @@ bool X86InstrInfo::hasCommutePreference(MachineInstr &MI, bool &Commute) const {
int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) {
unsigned Opcode = MCID.getOpcode();
----------------
XinWang10 wrote:
Also miss for cmovconversion
https://github.com/llvm/llvm-project/pull/82592
More information about the llvm-commits
mailing list