[PATCH] D74246: [mlir][Pass] Enable printing pass options as part of `-help`.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:30:59 PST 2020


rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar.
Herald added a project: LLVM.

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>                          - ...


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74246

Files:
  mlir/include/mlir/Pass/Pass.h
  mlir/include/mlir/Pass/PassOptions.h
  mlir/include/mlir/Pass/PassRegistry.h
  mlir/lib/Pass/PassRegistry.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74246.243252.patch
Type: text/x-patch
Size: 14787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/eb3e144f/attachment.bin>


More information about the llvm-commits mailing list