mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 03:16:07 +00:00

`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