[all-commits] [llvm/llvm-project] 4f6b7a: Changes
Mingming Liu via All-commits
all-commits at lists.llvm.org
Thu Jun 6 23:15:21 PDT 2024
Branch: refs/heads/users/minglotus-6/spr/icpass
Home: https://github.com/llvm/llvm-project
Commit: 4f6b7ab1e5640a36316cffc3f879b6c6f4408d54
https://github.com/llvm/llvm-project/commit/4f6b7ab1e5640a36316cffc3f879b6c6f4408d54
Author: mingmingl <mingmingl at google.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/test/Transforms/PGOProfile/icp_vtable_cmp.ll
M llvm/test/Transforms/PGOProfile/icp_vtable_invoke.ll
M llvm/test/Transforms/PGOProfile/icp_vtable_tail_call.ll
Log Message:
-----------
Changes
1. Resolve review comments.
2. Handle vtable's PGO name, like what we do for indirect-call
promotion.
- InstrProf.h/cpp and PGOInstrumentation.cpp are modified.
3. Make use of 'MaxNumVTableAnnotations' in PGOInstrumentation.cpp
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list