[clang] [llvm] [X86][AVX10.2] Support AVX10.2-BF16 new instructions. (PR #101603)

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 5 23:22:25 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:

Good catch. Will update. And the assert should be removed.

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


More information about the cfe-commits mailing list