[all-commits] [llvm/llvm-project] 0c36a1: [mlir][Pass] Disallow mixing -pass-pipeline with o...
rk via All-commits
all-commits at lists.llvm.org
Wed Nov 2 09:17:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c36a1569a066e2a5fcbaa2835c7b3ea49f60458
https://github.com/llvm/llvm-project/commit/0c36a1569a066e2a5fcbaa2835c7b3ea49f60458
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M mlir/include/mlir/Pass/PassRegistry.h
M mlir/lib/Pass/PassRegistry.cpp
M mlir/test/Pass/pipeline-parsing.mlir
Log Message:
-----------
[mlir][Pass] Disallow mixing -pass-pipeline with other pass options
Currently `-pass-pipeline` can be specified multiple times and mixed
with the individual `-pass-name` options. Removing this feature will
allow for including the pipeline anchor as part of the option
argument (see D134900).
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D135745
More information about the All-commits
mailing list