Code generating the special substitutions in std is a switch statement with each case block containing the same conststruction template. It is more efficient to commonize that after the switch, having determined which SubKind to create. Also, let's sort the cases.
Details
Details
- Reviewers
ChuanqiXu aaron.ballman - Group Reviewers
Restricted Project - Commits
- rG4e5fce58485c: [demangler] refactor SpecialSubKind
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo