This follows the design as discussed on the mailing lists in the
following RFC: http://lists.llvm.org/pipermail/llvm-dev/2020-January/138364.html
Support for the vector 'v' extension v0.8.
Paths
| Differential D81188
[RISCV] Support experimental v extensions. ClosedPublic Authored by HsiangKai on Jun 4 2020, 12:27 PM.
Details
Summary This follows the design as discussed on the mailing lists in the Support for the vector 'v' extension v0.8.
Diff Detail
Event Timeline
HsiangKai added a parent revision: D69987: [RISCV] Assemble/Disassemble v-ext instructions..Jun 4 2020, 7:46 PM This revision is now accepted and ready to land.Jun 4 2020, 7:58 PM Closed by commit rGd698ff92a59c: [RISCV] Support experimental v extensions. (authored by HsiangKai). · Explain WhyJun 27 2020, 11:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 273900 clang/lib/Driver/ToolChains/Arch/RISCV.cpp
clang/test/Driver/riscv-arch.c
|
For the RUN lines, I'd prefer the suggestion in https://reviews.llvm.org/D80838?id=267971#inline-744878
You replace -fsyntax-only to -c if it is too long.