History log of /llvm-project/llvm/unittests/Analysis/CtxProfAnalysisTest.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0
# 82266d3a 14-Sep-2024 Mircea Trofin <mtrofin@google.com>

[nfc][ctx_prof] Factor the callsite instrumentation exclusion criteria (#108471)

Reusing this in the logic fetching the instrumentation in `CtxProfAnalysis`.


Revision tags: llvmorg-19.1.0-rc4
# 1e70122c 22-Aug-2024 Mircea Trofin <mtrofin@google.com>

[ctx_prof] API to get the instrumentation of a BB (#105468)

Analogous to PR #104491

Issue #89287


# c8a678b1 20-Aug-2024 Mircea Trofin <mtrofin@google.com>

[ctx_prof] Add analysis utility to fetch ID of a callsite (#104491)

This will be needed when maintaining the contextual profile for ICP or inlining - we'll need to first fetch the ID of a callsite,

[ctx_prof] Add analysis utility to fetch ID of a callsite (#104491)

This will be needed when maintaining the contextual profile for ICP or inlining - we'll need to first fetch the ID of a callsite, which is in an instrumentation instruction (intrinsic) preceding the callsite.

show more ...