[llvm] [LowerAllowCheckPass] fix pipeline printing (PR #146000)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 12:18:37 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;
----------------
fmayer wrote:

This is not the same? This is a vector with some elements 0, and we want to skip those

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


More information about the llvm-commits mailing list