5 Commits

Author SHA1 Message Date
Nikita Popov
0aea1f2f21 [mlir] Add missing ManagedStatic.h includes (NFC) 2024-06-21 16:13:41 +02:00
Mehdi Amini
39c0ebd558 Apply clang-tidy fixes for readability-identifier-naming in CLOptionsSetup.cpp (NFC) 2024-01-15 20:59:12 -08:00
Antonio Cortes Perez
f33afea260
[mlir] Add an Observer for profiling actions to a stream. (#67251)
The profile is stored in the Chrome trace event format.

Added the --profile-action-to=<file> option to mlir-opt.
2023-10-02 20:07:10 -07:00
Mehdi Amini
6dc83c156e [MLIR] Fix build, obivous typos in cca510640 2023-04-24 14:41:57 -07:00
Mehdi Amini
cca510640b Refactor the mlir-opt command line options related to debugging in a helper
This makes it reusable across various tooling and reduces the amount of
boilerplate needed.

Differential Revision: https://reviews.llvm.org/D144818
2023-04-24 14:34:15 -07:00