[all-commits] [llvm/llvm-project] 40e774: [mlir-opt] Add '-p' as an alias for '-pass-pipeline'

rk via All-commits all-commits at lists.llvm.org
Tue Nov 8 12:19:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40e7741d2db089b9e43b3537163a8675ff74de70
      https://github.com/llvm/llvm-project/commit/40e7741d2db089b9e43b3537163a8675ff74de70
  Author: rkayaith <rkayaith at gmail.com>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Pass/PassRegistry.h
    M mlir/lib/Pass/PassRegistry.cpp
    M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
    M mlir/test/mlir-opt/commandline.mlir

  Log Message:
  -----------
  [mlir-opt] Add '-p' as an alias for '-pass-pipeline'

The pipeline strings have been getting more verbose over time, adding an
alias for the option should help improve the ergonomics a bit.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D137347




More information about the All-commits mailing list