================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits