[clang] [llvm] [ubsan] Parse and use <cutoffs[0,1,2]=70000;cutoffs[5,6,8]=90000> in LowerAllowCheckPass (PR #124211)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 17:04:20 PST 2025
================
@@ -71,7 +72,8 @@ static void emitRemark(IntrinsicInst *II, OptimizationRemarkEmitter &ORE,
static bool removeUbsanTraps(Function &F, const BlockFrequencyInfo &BFI,
const ProfileSummaryInfo *PSI,
- OptimizationRemarkEmitter &ORE) {
+ OptimizationRemarkEmitter &ORE,
+ std::vector<unsigned int> const &cutoffs) {
----------------
vitalybuka wrote:
in this file const is on the left
https://github.com/llvm/llvm-project/pull/124211
More information about the llvm-commits
mailing list