[all-commits] [llvm/llvm-project] 72277e: Introduce a CallGraph updater helper class
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sat Feb 8 12:18:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 72277ecd62e28a01bb98866c1b15d5f172ed30dc
https://github.com/llvm/llvm-project/commit/72277ecd62e28a01bb98866c1b15d5f172ed30dc
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M llvm/include/llvm/Analysis/CallGraph.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
A llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/CallGraphSCCPass.cpp
M llvm/lib/Analysis/LazyCallGraph.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
M llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
M llvm/unittests/Analysis/CMakeLists.txt
M llvm/unittests/Analysis/LazyCallGraphTest.cpp
M llvm/unittests/IR/CMakeLists.txt
M llvm/unittests/IR/LegacyPassManagerTest.cpp
Log Message:
-----------
Introduce a CallGraph updater helper class
The CallGraphUpdater is a helper that simplifies the process of updating
the call graph, both old and new style, while running an CGSCC pass.
The uses are contained in different commits, e.g. D70767.
More functionality is added as we need it.
Reviewed By: modocache, hfinkel
Differential Revision: https://reviews.llvm.org/D70927
More information about the All-commits
mailing list