[Mlir-commits] [mlir] [mlir][NFC] Wrap TimingManager components into namespace (PR #167298)

Andrei Golubev llvmlistbot at llvm.org
Mon Nov 10 03:10:11 PST 2025


andrey-golubev wrote:

Generally, there's a handful of types that can be put into `mlir::timing::` but I am not sure how paranoid we want to be here, so I only put `OutputStrategy` into the namespace (i believe there's already a similarly named class in LLVM itself). Other than that, there are entities that are prefixed with "Timing" keyword which, even though they're placed in `mlir::` namespace, makes them rather "unique".
Anyhow, this is intended as an initial patch, let's discuss!

https://github.com/llvm/llvm-project/pull/167298


More information about the Mlir-commits mailing list