[PATCH] D148857: [RISCV] NFC tweaks in extension descriptions, sorting

Eric Gouriou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 16:43:38 PDT 2023


ego created this revision.
ego added reviewers: asb, 4vtomat.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
ego requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

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 at rivosinc.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148857

Files:
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/test/MC/RISCV/rvv/zvkg.s
  llvm/test/MC/RISCV/rvv/zvknh.s
  llvm/test/MC/RISCV/rvv/zvksed.s
  llvm/test/MC/RISCV/rvv/zvksh.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148857.515527.patch
Type: text/x-patch
Size: 11454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/ead89148/attachment-0001.bin>


More information about the llvm-commits mailing list