[clang] [llvm] [RISCV][MC] Support experimental Zvdota Family instructions (PR #195069)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 12:57:44 PDT 2026


================
@@ -225,7 +225,11 @@ void RISCVInstPrinter::printVTypeI(const MCInst *MI, unsigned OpNo,
   // above.
   if (!RISCVVType::isValidVType(Imm) ||
       (RISCVVType::isAltFmt(Imm) &&
-       !(STI.hasFeature(RISCV::FeatureStdExtZvfbfa) ||
+       !(STI.hasFeature(RISCV::FeatureStdExtZvqwdota8i) ||
----------------
topperc wrote:

I think there's code in RISCVAsmParser.cpp related to AltFmt that also needs these extensions added.

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


More information about the cfe-commits mailing list