This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

craig.topper created this revision.May 7 2023, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 3:49 PM
craig.topper requested review of this revision.May 7 2023, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 3:49 PM
c-rhodes accepted this revision.May 9 2023, 1:33 AM
This revision is now accepted and ready to land.May 9 2023, 1:33 AM