MaskRay added inline comments.

================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1213
     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
-    return Error(ErrorLoc,
-                 "operand must be e[8|16|32|64|128|256|512|1024],m[1|2|4|8]");
+return Error(
+    ErrorLoc,
----------------
Bad indentation


================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1617
 
+if (getLexer().getKind() == AsmToken::EndOfStatement) {
+  Operands.push_back(RISCVOperand::createVType(Sew, Lmul, Fractional, false,
----------------
Bad indentation


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80802/new/

https://reviews.llvm.org/D80802



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to