[all-commits] [llvm/llvm-project] 2fa87a: [docs] Replace `opt -analyze` with better alternat...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Feb 10 15:39:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fa87ab52476fcf5554c0e57a555dcc10b8730e1
https://github.com/llvm/llvm-project/commit/2fa87ab52476fcf5554c0e57a555dcc10b8730e1
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/docs/CommandGuide/opt.rst
M llvm/docs/LoopTerminology.rst
M llvm/docs/TestingGuide.rst
M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
M llvm/include/llvm/Analysis/RegionInfo.h
M llvm/utils/update_analyze_test_checks.py
Log Message:
-----------
[docs] Replace `opt -analyze` with better alternatives.
`opt -analyze` is legacy PM-specific. Show better ways of doing the same
thing, generally with some sort of `-passes=print<foo>`.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D119486
More information about the All-commits
mailing list