[llvm] [llvm-mca] Add bottle-neck analysis to JSON output. (PR #90056)

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 07:15:53 PDT 2024


================
@@ -0,0 +1,166 @@
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell --json --timeline-max-iterations=1 --timeline --all-stats --all-views < %s | FileCheck %s
----------------
adibiagio wrote:

Could you please simplify this run line?
We don't need to test all-stats and all-views. I'd like this test to only show the bottleneck analysis output and not the timeline or the resource pressure.

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


More information about the llvm-commits mailing list