Instead of using SmallVectors of SmallVectors, use a plain array.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150077
[AArch64] Remove global constructors from AArch64Disassembler.cpp. ClosedPublic Authored by craig.topper on May 7 2023, 3:49 PM.
Details Summary Instead of using SmallVectors of SmallVectors, use a plain array.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2023, 1:33 AM Closed by commit rGc1d94ea08cd1: [AArch64] Remove global constructors from AArch64Disassembler.cpp. (authored by craig.topper). · Explain WhyMay 9 2023, 10:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520751 llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
|