Files
clang-p2996/llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
Arthur Eubanks 58bc98cd3a [CallGraphUpdater] Remove some legacy pass manager support (#98362)
We don't have any legacy pass manager CGSCC passes that modify the call
graph (we only use it in the codegen pipeline to run function passes in
call graph order). This is the beginning of removing CallGraphUpdater
and making all the relevant CGSCC passes directly use the new pass
manager APIs.
2024-07-12 10:02:50 -07:00

3.4 KiB