mlir
mlir copied to clipboard
-mlir-print-op-generic does not appear in 'mlir-opt -h' help message
The option -mlir-print-op-generic does not appear in the output of 'mlir-opt -h'. mlir-opt does accept it though.
Does it show up in the --help-hidden output?
Yes, just as lattner said, this option is an hidden option from the code. https://github.com/tensorflow/mlir/blob/43aa628b747f253228b3628ecbcc3d0df03fb2af/lib/IR/AsmPrinter.cpp#L79
Thanks. Could we unhide it? It's at least more useful for developers than many of the options currently exposed are.