OSDN Git Service

[NewPM] Move debugging log printing after PassInstrumentation before-pass-callbacks
authorYuanfang Chen <yuanfang.chen@sony.com>
Thu, 25 Jun 2020 17:02:50 +0000 (10:02 -0700)
committerYuanfang Chen <yuanfang.chen@sony.com>
Thu, 25 Jun 2020 17:03:25 +0000 (10:03 -0700)
commitc4b1daed1d6adfa726682ab4576f0f4a07ccdeac
tree244f3eb50079c20c0a92e11b0fdeaf931a1c696b
parent408efffbe4a52bae05f1677a47eb3ccfd5cdc1d3
[NewPM] Move debugging log printing after PassInstrumentation before-pass-callbacks

For passes got skipped, this is confusing because the log said it is `running pass`
but it is skipped later.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D82511
llvm/include/llvm/IR/PassManager.h
llvm/lib/Analysis/CGSCCPassManager.cpp
llvm/lib/Transforms/Scalar/LoopPassManager.cpp