forked from OSchip/llvm-project
7476e569b5
Summary: This revision adds support for printing pass options as part of the normal help description. This also moves registered passes and pipelines into different sections of the help. Example: ``` Compiler passes to run --pass-pipeline - ... Passes: --affine-data-copy-generate - ... --convert-gpu-to-spirv - ... --workgroup-size=<long> - ... --test-options-pass - ... --list=<int> - ... --string=<string> - ... --string-list=<string> - ... Pass Pipelines: --test-options-pass-pipeline - ... --list=<int> - ... --string=<string> - ... --string-list=<string> - ... ``` Differential Revision: https://reviews.llvm.org/D74246 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IRPrinting.cpp | ||
Pass.cpp | ||
PassDetail.h | ||
PassManagerOptions.cpp | ||
PassRegistry.cpp | ||
PassStatistics.cpp | ||
PassTiming.cpp |