[all-commits] [llvm/llvm-project] 87eac7: [LegacyPM] Fix pass structure dumping
eleviant via All-commits
all-commits at lists.llvm.org
Fri Nov 1 05:04:27 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87eac7ef6a6fedd5daaacd21c325c72ccae779af
https://github.com/llvm/llvm-project/commit/87eac7ef6a6fedd5daaacd21c325c72ccae779af
Author: evgeny <eleviant at accesssoftek.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M llvm/lib/IR/LegacyPassManager.cpp
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/Other/opt-O2-pipeline.ll
M llvm/test/Other/opt-O3-pipeline.ll
M llvm/test/Other/opt-Os-pipeline.ll
M llvm/test/Other/pass-pipelines.ll
Log Message:
-----------
[LegacyPM] Fix pass structure dumping
If module pass uses on-demand function analyses then structure is being
displayed incorrectly because FunctionPassManagerImpl can't dump contained
FPPassManager instances.
Differential revision: https://reviews.llvm.org/D69315
More information about the All-commits
mailing list