[all-commits] [llvm/llvm-project] c4b1da: [NewPM] Move debugging log printing after PassInst...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Thu Jun 25 10:03:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4b1daed1d6adfa726682ab4576f0f4a07ccdeac
https://github.com/llvm/llvm-project/commit/c4b1daed1d6adfa726682ab4576f0f4a07ccdeac
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/PassManager.h
M llvm/lib/Analysis/CGSCCPassManager.cpp
M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list