Commit 7d53762
authored
[AArch64] Migrate from SearchableTable to GenericTable/Enum. NFC (#121661)
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 ff24e9a commit 7d53762
File tree
3 files changed
+519
-133
lines changed- llvm/lib/Target/AArch64
- Utils
3 files changed
+519
-133
lines changed
0 commit comments