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".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142230
[RISCV] Remove Features from CPUInfo in RISCVTargetParser. ClosedPublic Authored by craig.topper on Jan 20 2023, 9:05 AM.
Details Summary Instead of having separate feature bits, get information from march.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 20 2023, 9:17 AM This revision was landed with ongoing or failed builds.Jan 20 2023, 10:04 AM Closed by commit rG0ccbf9116687: [RISCV] Remove Features from CPUInfo in RISCVTargetParser. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490904 llvm/include/llvm/TargetParser/RISCVTargetParser.h
llvm/lib/TargetParser/RISCVTargetParser.cpp
llvm/utils/TableGen/RISCVTargetDefEmitter.cpp
|