- Remove computeDefaultABIFromArch and add computeDefaultABI in
RISCVISAInfo.
- Add parseFeatureBits which may used in D118333.
Paths
| Differential D119250
[RISCV][NFC] Refactor RISCVISAInfo. ClosedPublic Authored by khchen on Feb 8 2022, 7:48 AM.
Details Summary
RISCVISAInfo.
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 25 others. · View Herald TranscriptFeb 8 2022, 7:48 AM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 8 2022, 7:48 AM Herald added subscribers: llvm-commits, cfe-commits, • pcwang-thead and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Feb 8 2022, 8:54 AM This revision was landed with ongoing or failed builds.Feb 8 2022, 6:44 PM Closed by commit rGcfe7f690367b: [RISCV][NFC] Refactor RISCVISAInfo. (authored by khchen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407027 clang/lib/Basic/Targets/RISCV.cpp
clang/lib/Driver/ToolChains/Arch/RISCV.cpp
llvm/include/llvm/Support/RISCVISAInfo.h
llvm/include/llvm/Support/TargetParser.h
llvm/lib/Support/RISCVISAInfo.cpp
llvm/lib/Support/TargetParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
|