[all-commits] [llvm/llvm-project] c966da: [opt] Remove legacy -print-dom-info pass
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Oct 7 13:50:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c966da35df067bcef9ed1ae94442c55db0f3147a
https://github.com/llvm/llvm-project/commit/c966da35df067bcef9ed1ae94442c55db0f3147a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M llvm/docs/Passes.rst
M llvm/tools/opt/CMakeLists.txt
R llvm/tools/opt/GraphPrinters.cpp
M llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn
Log Message:
-----------
[opt] Remove legacy -print-dom-info pass
This was specific to `opt` for some reason.
There's already a new pass manager pass `print<domtree>` which does the same.
More information about the All-commits
mailing list