The tables are now sorted by extension name so we can use that to
avoid a linear search.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153598
[RISCV] Use binary search on the extension tables in RISCVISAInfo.cpp. NFC ClosedPublic Authored by craig.topper on Jun 22 2023, 4:45 PM.
Details Summary The tables are now sorted by extension name so we can use that to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 23 2023, 6:10 AM Closed by commit rGf2d16b368fcd: [RISCV] Use binary search on the extension tables in RISCVISAInfo.cpp. NFC (authored by craig.topper). · Explain WhyJun 23 2023, 5:23 PM This revision was automatically updated to reflect the committed changes. craig.topper added a commit: rGf2d16b368fcd: [RISCV] Use binary search on the extension tables in RISCVISAInfo.cpp. NFC. Comment Actions
Sorry, accidentally committed a dirty tree. Thanks for reverting and cleaning up.
Revision Contents
Diff 534132 llvm/lib/Support/RISCVISAInfo.cpp
|