[PATCH] D101797: [NewPM] Hide pass manager debug logging behind -debug-pass-manager-verbose

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 7 15:35:28 PDT 2021


ychen accepted this revision.
ychen added a comment.
This revision is now accepted and ready to land.

LGTM. Need a test for pass managers debug output.



================
Comment at: llvm/test/Other/pass-pipeline-parsing.ll:145
 
 ; RUN: opt -disable-output -debug-pass-manager -debug-pass-manager-verbose \
 ; RUN:     -passes='module(no-op-function,no-op-loop,no-op-cgscc,cgscc(no-op-function,no-op-loop),function(no-op-loop))' %s 2>&1 \
----------------
Instead of renaming this, could you add a similar test for pass managers? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101797/new/

https://reviews.llvm.org/D101797



More information about the cfe-commits mailing list