Moving the IR printing and execution timing options out of mlir-opt and into...
Moving the IR printing and execution timing options out of mlir-opt and into lib/Pass. We now expose two methods: registerPassManagerCLOptions and applyPassManagerCLOptions; to allow for multiple different users (mlir-opt, etc.) to opt-in to this common functionality. PiperOrigin-RevId: 238836911
Loading
Please sign in to comment