[PATCH] D150038: [Clang] Improve compile times when forming a DeclRef outside of a capturing scope.
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 8 05:50:49 PDT 2023
cor3ntin added a comment.
In D150038#4326549 <https://reviews.llvm.org/D150038#4326549>, @aaron.ballman wrote:
> Do you have some performance measurement numbers for how much benefit we get from the changes?
Not really.
The PR that changed the scope of trailing return type had a 0.35% regression, I expect this to be in the same ballpark in the other direction
http://llvm-compile-time-tracker.com/compare.php?from=cd173cbd7cca69c29df42cd4b42e60433435c29b&to=d708a186b6a9b050d09558163dd353d9f738c82d&stat=instructions%3Au
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150038/new/
https://reviews.llvm.org/D150038
More information about the cfe-commits
mailing list