[Mlir-commits] [mlir] [MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (PR #162591)
    Oleksandr Alex Zinenko 
    llvmlistbot at llvm.org
       
    Wed Oct  8 23:48:35 PDT 2025
    
    
  
================
@@ -92,6 +92,18 @@ mlirPassManagerEnableVerifier(MlirPassManager passManager, bool enable);
 MLIR_CAPI_EXPORTED void
 mlirPassManagerEnableTiming(MlirPassManager passManager);
 
+/// Enumerated type of pass display modes.
+/// Mainly used in mlirPassManagerEnableStatistics.
+typedef enum {
----------------
ftynse wrote:
Is there a way to disable statistics?
https://github.com/llvm/llvm-project/pull/162591
    
    
More information about the Mlir-commits
mailing list