Commit af731fe
committed
[AArch64] Migrate from SearchableTable to GenericTable/Enum
SearchableTable is the legacy version that does not appear to be
well documented. Not sure if the plan was to delete it eventually.
We can eventually use the PrimaryKey feature of GenericTable to
remove one of the SearchIndex declarations. This will sort the
generated table by the primary key and remove the separately
generated indexing table to reduce .rodata size.
This patch is just the mechanical migration. The size savings will
be done in follow ups.1 parent c19e0d6 commit af731fe
File tree
3 files changed
+505
-119
lines changed- llvm/lib/Target/AArch64
- Utils
3 files changed
+505
-119
lines changed
0 commit comments