[all-commits] [llvm/llvm-project] 3a632b: [mlir][python] Add debug helpers
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jul 4 03:00:26 PDT 2025
Branch: refs/heads/users/nico/python-2
Home: https://github.com/llvm/llvm-project
Commit: 3a632bd7deadf2150d2fb64e732cf9c52ce6c83e
https://github.com/llvm/llvm-project/commit/3a632bd7deadf2150d2fb64e732cf9c52ce6c83e
Author: Nicolas Vasilache <nico.vasilache at amd.com>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M llvm/include/llvm/Support/Debug.h
M llvm/lib/Support/Debug.cpp
M llvm/unittests/Support/DebugTest.cpp
M mlir/include/mlir-c/Debug.h
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/CAPI/Debug/Debug.cpp
M mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
M mlir/python/mlir/_mlir_libs/_mlir/passmanager.pyi
M mlir/python/mlir/utils.py
M mlir/test/python/utils.py
Log Message:
-----------
[mlir][python] Add debug helpers
This PR lets users provide --debug-only flags with python decorators.
This greatly simplifies the debugging experience in python.
Co-authored-by: Tres <tpopp at users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list