Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/include/llvm/ADT/edit_distance.h | ||
---|---|---|
73 | I don't know if the previous size was tuned, but if so we should carry it over to the SmallVector. |
Paths
| Differential D142574
[llvm] Replace array allocation pattern by SmallVector in ComputeMappedEditDistance ClosedPublic Authored by serge-sans-paille on Jan 25 2023, 11:48 AM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 25 2023, 1:09 PM
Closed by commit rG3ab51fff3c2a: [llvm] Replace array allocation pattern by SmallVector in… (authored by serge-sans-paille). · Explain WhyJan 25 2023, 10:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492244 llvm/include/llvm/ADT/edit_distance.h
|
I don't know if the previous size was tuned, but if so we should carry it over to the SmallVector.