[all-commits] [llvm/llvm-project] 474237: [mlir] Expose output strategies of TimingManager (...

Andrei Golubev via All-commits all-commits at lists.llvm.org
Thu Nov 6 03:03:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 474237bcdd6d8795903bb57d3e486fbc511b65f6
      https://github.com/llvm/llvm-project/commit/474237bcdd6d8795903bb57d3e486fbc511b65f6
  Author: Andrei Golubev <andrey.golubev at intel.com>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M mlir/include/mlir/Support/Timing.h
    M mlir/lib/Support/Timing.cpp

  Log Message:
  -----------
  [mlir] Expose output strategies of TimingManager (#166548)

After the original API change to DefaultTimingManager::setOutput() (see
362aa434cc31ccca96749a6db8cd97f5b7d71206), users are forced to provide
their own implementation of OutputStrategy. However, default MLIR
implementations are usually sufficient. Expose Text and Json strategies
via factory-like method to avoid the problem in downstream projects.



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