[Mlir-commits] [mlir] [MLIR][mlir-opt] Add `registerationAndParseCLIOptions` for `MlirOptMain`. (PR #70581)

weiwei chen llvmlistbot at llvm.org
Sun Oct 29 19:22:17 PDT 2023


================
@@ -229,6 +229,13 @@ class MlirOptMainConfig {
 /// the loaded IR.
 using PassPipelineFn = llvm::function_ref<LogicalResult(PassManager &pm)>;
 
+/// Register all dialects and parse command line options.
----------------
weiweichen wrote:

> What does "Register all dialects" refer to here?

Oops, wrong comment, should be `Register and parse command line options` here.

https://github.com/llvm/llvm-project/pull/70581


More information about the Mlir-commits mailing list