Skip to content

Commit

Permalink
[RISCV] Add extension information to RISCVFeatures.td. NFC (#89326)
Browse files Browse the repository at this point in the history
This adds a new RISCVExtension class that inherits from
SubtargetFeature. This contains the major/minor version and whether the
extension is experimental. The plan is to use this to generate the
tables for RISCVISAInfo.cpp.

The version numbers might not be accurate yet. If there are errors they
will be fixed before they are used for anything. It will be easier to
verify once the new tablegen backend is written to generate the
RISCVISAInfo.cpp table.
  • Loading branch information
topperc authored Apr 22, 2024
1 parent 9aa663b commit a6c0282
Showing 1 changed file with 425 additions and 385 deletions.
Loading

0 comments on commit a6c0282

Please sign in to comment.