[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 1 21:58:58 PDT 2025


================
@@ -219,6 +219,14 @@ bool CtxInstrumentationLowerer::lowerFunction(Function &F) {
   Value *TheRootFuctionData = nullptr;
   Value *ExpectedCalleeTLSAddr = nullptr;
   Value *CallsiteInfoTLSAddr = nullptr;
+  const bool HasMusttail = [&]() {
----------------
snehasish wrote:

nit: only capture F

https://github.com/llvm/llvm-project/pull/133147


More information about the llvm-commits mailing list