[clang] [llvm] [SanitizerCoverage] Add gated tracing callbacks support to trace-cmp (PR #113227)
    Vitaly Buka via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 22 10:34:08 PDT 2024
    
    
  
================
@@ -816,12 +821,30 @@ Value *ModuleSanitizerCoverage::CreateFunctionLocalGateCmp(IRBuilder<> &IRB) {
   return Cmp;
 }
 
+Instruction *ModuleSanitizerCoverage::CreateGateBranch(Function &F,
----------------
vitalybuka wrote:
It would be nice to have a separate NFC patch for extracting `CreateGateBranch` method.
https://github.com/llvm/llvm-project/pull/113227
    
    
More information about the llvm-commits
mailing list