[llvm-branch-commits] [CodeGen][NFC] Remove RegisterClasses pointer array (PR #207204)
Alexis Engelke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 2 08:03:28 PDT 2026
https://github.com/aengelke created https://github.com/llvm/llvm-project/pull/207204
All MCRegisterClasses are stored consecutively in memory. Therefore, we
can remove the RegisterClassses pointer array and save 17kiB in
.data.rel.ro.
More information about the llvm-branch-commits
mailing list