[all-commits] [llvm/llvm-project] c7f76e: [mlir][python] Add debug helpers
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jul 4 02:36:43 PDT 2025
Branch: refs/heads/users/nico/python-2
Home: https://github.com/llvm/llvm-project
Commit: c7f76ea278efbaefcb32fc7e9b9bfa4ce5d3c870
https://github.com/llvm/llvm-project/commit/c7f76ea278efbaefcb32fc7e9b9bfa4ce5d3c870
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