[PATCH] D119486: [docs] Replace `opt -analyze` with better alternatives.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 14:25:03 PST 2022


aeubanks created this revision.
Herald added a reviewer: baziotis.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

`opt -analyze` is legacy PM-specific. Show better ways of doing the same
thing, generally with some sort of `-passes=print<foo>`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119486

Files:
  llvm/docs/CommandGuide/opt.rst
  llvm/docs/LoopTerminology.rst
  llvm/docs/TestingGuide.rst
  llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
  llvm/include/llvm/Analysis/RegionInfo.h
  llvm/utils/update_analyze_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119486.407684.patch
Type: text/x-patch
Size: 10364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/3239b52f/attachment-0001.bin>


More information about the llvm-commits mailing list