[PATCH] D48015: ARM, AArch64: Use generic tables instead of SearchableTable
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 07:09:50 PDT 2018
javed.absar added a comment.
Its not clear to me why 'GenericTable' is more efficient/better than SearchableTable. Maybe you could give some background in the commit message about this. I implemented the ARMSystemRegister bit sometime ago and found SearchableTable quite useful and concise but perhaps GenericTable/Enum is even better.
Repository:
rL LLVM
https://reviews.llvm.org/D48015
More information about the llvm-commits
mailing list