[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 01:18:12 PST 2024
================
@@ -1042,11 +1051,13 @@ inline int getMemoryOperandNo(uint64_t TSFlags) {
// Skip registers encoded in reg, VEX_VVVV, and I8IMM.
return 3;
case X86II::MRMSrcMemCC:
+ return 1 + HasVEX_4V;
----------------
KanRobert wrote:
1 + hasNewDataDest(TSFlags)
https://github.com/llvm/llvm-project/pull/82592
More information about the llvm-commits
mailing list