[llvm] [tools][llc] Add `--save-stats` option (PR #163967)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 08:56:04 PDT 2025


MatzeB wrote:

Reading the existing code you can already do: `--stats-json --info-output-filename=xxxx.json` so do we even need a new option?

(Admittedly the existing one is kinda unintuitively named but oh well...)

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


More information about the llvm-commits mailing list