Prior to this patch, unrecognised z/s/sx/x prefixed extensions were not ignored when IgnoreUnknown=true.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145882
[RISCV] Fix gaps in IgnoreUnknown=true for RISCVISAInfo::parseArchString ClosedPublic Authored by asb on Mar 12 2023, 11:21 AM.
Details Summary Prior to this patch, unrecognised z/s/sx/x prefixed extensions were not ignored when IgnoreUnknown=true.
Diff Detail
Event Timelineasb added a parent revision: D145879: [RISCV][test] Expand test coverage of RISCVISAInfo.Mar 12 2023, 11:21 AM This revision is now accepted and ready to land.Mar 12 2023, 8:24 PM This revision was landed with ongoing or failed builds.Mar 13 2023, 3:55 AM Closed by commit rGa7313f83b9ca: [RISCV] Fix gaps in IgnoreUnknown=true for RISCVISAInfo::parseArchString (authored by asb). · Explain Why This revision was automatically updated to reflect the committed changes. asb added a reverting change: rG7054aa6d6d68: Revert "[RISCV] Fix gaps in IgnoreUnknown=true for RISCVISAInfo….Mar 13 2023, 4:21 AM
Revision Contents
Diff 504581 llvm/lib/Support/RISCVISAInfo.cpp
llvm/unittests/Support/RISCVISAInfoTest.cpp
|