[llvm] [llvm-profgen] Support creating profiles of arbitrary events (PR #99026)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 22 23:48:29 PDT 2024
    
    
  
================
@@ -41,6 +41,17 @@ static cl::opt<bool>
                                 "and produce context-insensitive profile."));
 cl::opt<bool> ShowDetailedWarning("show-detailed-warning",
                                   cl::desc("Show detailed warning message."));
+cl::opt<bool>
+    LeadingIPOnly("leading-ip-only",
----------------
WenleiHe wrote:
Additionally, does use of `profiled-event` require `leading-ip-only`? If `leading-ip-only` is not specified, what is the expected behavior? 
https://github.com/llvm/llvm-project/pull/99026
    
    
More information about the llvm-commits
mailing list