[llvm] [llvm-mc] Add --runs option for benchmarking (PR #151149)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 08:13:32 PDT 2025


================
@@ -0,0 +1,12 @@
+# REQUIRES: aarch64-registered-target
+# RUN: rm -rf %t.json
+# RUN: llvm-mc -arch aarch64 -disassemble -o /dev/null %s -num-benchmark-runs=1000 -time-trace -time-trace-file=%t.json
----------------
jurahul wrote:

Done, also change the option to --runs per your suggestion.

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


More information about the llvm-commits mailing list