[llvm] [LowerAllowCheckPass] fix pipeline printing (PR #146000)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 12:44:52 PDT 2025
================
@@ -182,11 +182,13 @@ void LowerAllowCheckPass::printPipeline(
// correctness.
// TODO: print shorter output by combining adjacent runs, etc.
int i = 0;
+ bool printed = false;
----------------
vitalybuka wrote:
`join(map_range(make_filter_range))`
https://github.com/llvm/llvm-project/pull/146000
More information about the llvm-commits
mailing list