[clang] [llvm] [PseudoProbe] Mix and reorder block and call probe ID in lexical order (PR #75092)

Lei Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 29 19:26:59 PST 2024


wlei-llvm wrote:

> LGTM. I'd also have a change that errors out on huge staleness go in together with this one..

Was thinking to use a separate diff for that, feels non-trivial to do it,  but I'm also good for doing in this. 

Just pushed one version for this, it use heuristics to check this, note that the current threshold flags is just based my "gut feeling", so I'm going to tune those flags on our internal services, hope that we can achieve the goal: 

1) Use the current prod profile, so all build should pass without any false positives break. 

2) Use the incompatible profile, so all build should error out. 

Any early feedback is appreciated.

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


More information about the cfe-commits mailing list