[PATCH] D142230: [RISCV] Remove Features from CPUInfo in RISCVTargetParser.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 09:05:15 PST 2023


craig.topper created this revision.
craig.topper added reviewers: reames, asb, luismarques, kito-cheng, fpetrogalli.
Herald added subscribers: luke, VincentWu, vkmr, frasercrmck, evandro, 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.
craig.topper requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Instead of having separate feature bits, get information from march.
Invalid is now implied by empty march.
64-bit is now implied by march starting with "rv64".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142230

Files:
  llvm/include/llvm/TargetParser/RISCVTargetParser.h
  llvm/lib/TargetParser/RISCVTargetParser.cpp
  llvm/utils/TableGen/RISCVTargetDefEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142230.490888.patch
Type: text/x-patch
Size: 4146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/3f1cd7c1/attachment.bin>


More information about the llvm-commits mailing list