[Mlir-commits] [mlir] [mlir] Expose output strategies of TimingManager (PR #166548)
Andrei Golubev
llvmlistbot at llvm.org
Wed Nov 5 05:01:02 PST 2025
================
----------------
andrey-golubev wrote:
side-note: alternatively, I can instead just have an overload here:
```cpp
void setOutput(OutputFormat fmt, raw_ostream &os);
```
but seems like current API is generic enough (modulo the enum).
https://github.com/llvm/llvm-project/pull/166548
More information about the Mlir-commits
mailing list