NFC changes in RISCISAInfo and RISCFeatures, and matching updates to the MC tests.
- Drop the '.' in the parentheses section of the Zvk extension descriptions. This is supported by https://www.masterclass.com/articles/period-inside-or-outside-parentheses#,
- Remove an extraneous space in the description of Zvt,
- Reorder the ImpliedExts.* constant literals in RISCISAInfo.cpp, as suggested in https://reviews.llvm.org/D148483.
Signed-off-by: Eric Gouriou <ego@rivosinc.com>
There is a canonical order for the single letter extensions (and for ordering those vs Z and X extensions). As such, I'd suggest:
I don't feel too strongly about this, so if you have a strongly different view I'd be OK with just plain alphabetic order. But let me know what you think.