[all-commits] [llvm/llvm-project] 29d9cd: [TypeProf][IndirectCallPromotion]Implement vtable-...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Sun Feb 11 22:25:35 PST 2024
Branch: refs/heads/users/minglotus-6/spr/icpass
Home: https://github.com/llvm/llvm-project
Commit: 29d9cd2f128da0adde011a0a8362ec252104c901
https://github.com/llvm/llvm-project/commit/29d9cd2f128da0adde011a0a8362ec252104c901
Author: mingmingl <mingmingl at google.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
M llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
M llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
A llvm/test/Transforms/PGOProfile/icp_vtable_cmp.ll
A llvm/test/Transforms/PGOProfile/icp_vtable_invoke.ll
A llvm/test/Transforms/PGOProfile/icp_vtable_tail_call.ll
Log Message:
-----------
[TypeProf][IndirectCallPromotion]Implement vtable-based transformation
More information about the All-commits
mailing list