================
@@ -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 zvfbaf extension, or non-zero in bits 9 and above.
----------------
topperc wrote:

```suggestion
  // altfmt=1 without zvfbfa extension, or non-zero in bits 9 and above.
```

https://github.com/llvm/llvm-project/pull/151106
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to