[all-commits] [llvm/llvm-project] e89701: [NFC][Clang][CodeGen] Improve performance for vtab...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Oct 2 18:24:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8970141ec4326acb139789db01fb7c51538a4be
https://github.com/llvm/llvm-project/commit/e8970141ec4326acb139789db01fb7c51538a4be
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M clang/lib/CodeGen/CGVTables.cpp
Log Message:
-----------
[NFC][Clang][CodeGen] Improve performance for vtable metadata generation (#67066)
Mangle each AddressPoint once, instead of once per comparison.
More information about the All-commits
mailing list