Files
clang-p2996/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
Mingming Liu 08e210c6af [NFC][IndirectCallProm] Refactor function-based conditional devirtualization and indirect call value profile update into one helper function (#80762)
* The motivation is to move indirect callee profile update inside the
function-based speculative indirect-call promotion, so that there are
fewer diffs the vtable-based transformation and profile update is
implemented in a follow-up patch.
* The Parent patch is https://github.com/llvm/llvm-project/pull/79381
2024-04-11 13:28:20 -07:00

14 KiB