[all-commits] [llvm/llvm-project] 5eaeb0: [NPM][CGSCC] FunctionAnalysisManagerCGSCCProxy: do...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Mar 11 18:15:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eaeb0fa67e57391f5584a3f67fdb131e93afda6
https://github.com/llvm/llvm-project/commit/5eaeb0fa67e57391f5584a3f67fdb131e93afda6
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M clang/test/CodeGen/thinlto-distributed-newpm.ll
M llvm/lib/Analysis/CGSCCPassManager.cpp
M llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
Log Message:
-----------
[NPM][CGSCC] FunctionAnalysisManagerCGSCCProxy: do not clear immutable function passes
Check with the analysis result by calling invalidate instead of clear on
the analysis manager.
Differential Revision: https://reviews.llvm.org/D98440
More information about the All-commits
mailing list