[clang] [compiler-rt] [llvm] [X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructions (PR #101452)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 23:50:03 PDT 2024
================
@@ -1219,6 +1219,9 @@ static int getInstructionID(struct InternalInstruction *insn,
attrMask |= ATTR_EVEXKZ;
if (bFromEVEX4of4(insn->vectorExtensionPrefix[3]))
attrMask |= ATTR_EVEXB;
+ if (x2FromEVEX3of4(insn->vectorExtensionPrefix[2]) &&
----------------
KanRobert wrote:
Rename this to `uFromEVEX3of4`?
https://github.com/llvm/llvm-project/pull/101452
More information about the llvm-commits
mailing list