================
@@ -216,9 +216,12 @@ void RISCVInstPrinter::printVTypeI(const MCInst *MI,
unsigned OpNo,
const MCSubtargetInfo &STI, raw_ostream &O)
{
unsigned Imm = MI->getOperand(OpNo).getImm();
// Print the raw immediate for reserved values: vlmul[2:0]=4,
vsew[2:0]=0b1xx,
- // or non-zero in bits 8 and above.
+ // altfmt=1 without zvfbfa extension, or non-zero in bits 9 and above.
----------------
lukel97 wrote:
Should we still treat it as reserved for bits 8 and above when there's no
Zvfbfa?
https://github.com/llvm/llvm-project/pull/151106
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits