[all-commits] [llvm/llvm-project] 65cbe0: [NewPM] Remove CFGOnlyViewerLegacyPass (#73411)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Nov 25 15:40:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65cbe068d275ddd216cc3ba23708f093e3718bd1
https://github.com/llvm/llvm-project/commit/65cbe068d275ddd216cc3ba23708f093e3718bd1
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-25 (Sat, 25 Nov 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/lib/Analysis/Analysis.cpp
M llvm/lib/Analysis/CFGPrinter.cpp
Log Message:
-----------
[NewPM] Remove CFGOnlyViewerLegacyPass (#73411)
This pass has a NewPM equivalent, isn't used anywhere upstream, and
doesn't have any test coverage. For these reasons, remove it.
More information about the All-commits
mailing list