As we prepare the tree to add more vendor-defined extensions that are
originating with T-Head, the debug message announcing the XTheadVdot
decoder namespace should refer to XTHeadVdot instead of all T-Head
custom extensions.
}
}
if (STI.getFeatureBits()[RISCV::FeatureVendorXTHeadVdot]) {
- LLVM_DEBUG(dbgs() << "Trying T-Head custom opcode table:\n");
+ LLVM_DEBUG(dbgs() << "Trying XTHeadVdot custom opcode table:\n");
Result =
decodeInstruction(DecoderTableTHeadV32, MI, Insn, Address, this, STI);
if (Result != MCDisassembler::Fail) {