[PATCH] D148617: [RISCV] Remove 'sx' when parsing arch string to match the latest ISA manual

Jun Sha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 01:48:19 PDT 2023


joshua-arch1 created this revision.
joshua-arch1 added reviewers: asb, kito-cheng.
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, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
joshua-arch1 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

As is mentioned in https://reviews.llvm.org/D148315, in order to match the latest ISA manual, we also need to remove sx prefix.


https://reviews.llvm.org/D148617

Files:
  clang/test/Driver/riscv-arch.c
  llvm/lib/Support/RISCVISAInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148617.514562.patch
Type: text/x-patch
Size: 6772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230418/41993235/attachment.bin>


More information about the llvm-commits mailing list