Change parseVTypeI function to Make the added vset instruction test cases report more concrete error message.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96218
[RISCV] Change parseVTypeI function ClosedPublic Authored by StephenFan on Feb 6 2021, 11:56 PM.
Details Summary Change parseVTypeI function to Make the added vset instruction test cases report more concrete error message.
Diff Detail
Event TimelineHerald added subscribers: luismarques, apazos, sameer.abuasal and 19 others. · View Herald TranscriptFeb 6 2021, 11:56 PM StephenFan retitled this revision from Correct parseVTypeI function
1. Make the assembler detect the out of range immediate in vsetivli instruction. 2. Make the added vsetvli instrction test cases report more concrete error message. to [RISCV] Change parseVTypeI function.Feb 6 2021, 11:57 PM Herald added subscribers: vkmr, evandro, benna and 3 others. · View Herald TranscriptFeb 6 2021, 11:57 PM This revision is now accepted and ready to land.Feb 11 2021, 11:22 PM This revision was landed with ongoing or failed builds.Feb 12 2021, 3:39 AM Closed by commit rGfeaf1d81e39e: [RISCV] Change parseVTypeI function (authored by StephenFan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 323282 llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/test/MC/RISCV/rvv/invalid.s
|
Can this be isNot?