[clang] [llvm] [X86][AVX10.2] Support AVX10.2-BF16 new instructions. (PR #101603)
Freddy Ye via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 00:14:45 PDT 2024
================
@@ -205,7 +214,8 @@ bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI,
printwordmem(MI, CurOp--, OS);
else
printdwordmem(MI, CurOp--, OS);
- } else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) {
+ } else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD &&
----------------
FreddyLeaf wrote:
addressed in https://github.com/llvm/llvm-project/pull/107529
https://github.com/llvm/llvm-project/pull/101603
More information about the cfe-commits
mailing list