Check whether a extension string with version is valid, and get the targetfeature from it.
New functions be used in RISCVISAInfo for https://reviews.llvm.org/D151730.
Paths
| Differential D152423
[RISCV] Add function that check extension name with version ClosedPublic Authored by BeMg on Jun 7 2023, 11:08 PM.
Details Summary Check whether a extension string with version is valid, and get the targetfeature from it. New functions be used in RISCVISAInfo for https://reviews.llvm.org/D151730.
Diff Detail
Event TimelineBeMg retitled this revision from [RISCV] check extension name with version to [RISCV] Add function that check extension name with version.
Comment Actions
Comment Actions
Comment Actions
This revision is now accepted and ready to land.Aug 15 2023, 6:58 PM This revision was landed with ongoing or failed builds.Aug 20 2023, 9:07 PM Closed by commit rG4b60e1e821b4: [RISCV] Add function that check extension name with version (authored by BeMg). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529817 llvm/include/llvm/Support/RISCVISAInfo.h
llvm/lib/Support/RISCVISAInfo.cpp
llvm/unittests/Support/RISCVISAInfoTest.cpp
|
Can you make a separate patch for renaming this?