[llvm] [LowerAllowCheckPass] allow to specify runtime.check hotness (PR #145998)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 00:23:06 PDT 2025
================
@@ -182,14 +184,22 @@ void LowerAllowCheckPass::printPipeline(
// correctness.
// TODO: print shorter output by combining adjacent runs, etc.
int i = 0;
+ bool printed = false;
----------------
vitalybuka wrote:
I guess I already seen this change,
https://github.com/llvm/llvm-project/pull/145998
More information about the llvm-commits
mailing list