[all-commits] [llvm/llvm-project] 936fc5: [MLIR] Add custom option parser type to PassOption
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Tue Mar 10 11:01:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 936fc55bd46df7dbd3f3e84e6946373b351328d8
https://github.com/llvm/llvm-project/commit/936fc55bd46df7dbd3f3e84e6946373b351328d8
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M mlir/include/mlir/Pass/Pass.h
M mlir/include/mlir/Pass/PassOptions.h
Log Message:
-----------
[MLIR] Add custom option parser type to PassOption
Summary: Pass custom DataType parser to pass options, similar to llvm::cl::opt class.
Differential Revision: https://reviews.llvm.org/D75794
More information about the All-commits
mailing list