[all-commits] [llvm/llvm-project] 9ba74c: [NewPM] Remove CFGPrinterLegacyPass (#73414)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Nov 26 01:46:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ba74c2ee044381544c8e1e736c4c85a1a9d56bf
https://github.com/llvm/llvm-project/commit/9ba74c2ee044381544c8e1e736c4c85a1a9d56bf
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
M llvm/include/llvm/Analysis/CFGPrinter.h
M llvm/include/llvm/InitializePasses.h
M llvm/lib/Analysis/Analysis.cpp
M llvm/lib/Analysis/CFGPrinter.cpp
Log Message:
-----------
[NewPM] Remove CFGPrinterLegacyPass (#73414)
This pass has no test coverage in upstream LLVM, is not used anywhere in
upstream LLVM, and has a NewPM equivalent. For these reasons, remove it.
More information about the All-commits
mailing list