[PATCH] D80802: [RISCV] Upgrade RVV MC to v0.9.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 09:45:57 PDT 2020
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
More information about the llvm-commits
mailing list