diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2023-01-12 22:09:42 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2023-01-14 01:27:38 +0000 |
commit | e055aad5ffb348472c65dfcbede85f39efe8f906 (patch) | |
tree | ce73e926ae96f216ff176608426e45619bf3db8a /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | f72601a89f30b066e9c572d3d81bebe6435deae8 (diff) | |
download | llvm-e055aad5ffb348472c65dfcbede85f39efe8f906.zip llvm-e055aad5ffb348472c65dfcbede85f39efe8f906.tar.gz llvm-e055aad5ffb348472c65dfcbede85f39efe8f906.tar.bz2 |
Refactor OperationName to use virtual tables for dispatch (NFC)
This streamlines the implementation and makes it so that the virtual tables are in the binary instead of dynamically assembled during initialization.
The dynamic allocation size of op registration is also smaller with this
change.
Differential Revision: https://reviews.llvm.org/D141492
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions