[llvm] [MCA] Extend -instruction-tables option with verbosity levels (PR #130574)

Julien Villette via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 01:21:33 PDT 2025


================
@@ -1,7 +1,7 @@
 # NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
-# RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-v1 -instruction-tables < %s | FileCheck %s
+# RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-v1 -instruction-tables=full < %s | FileCheck %s
 
-abs	z0.b, p0/m, z0.b
+abs	z0.b, p0/m, z0.b    // Toto
----------------
jvillette38 wrote:

It was just to test comment but already done in `RISCV/SiFive7/instruction-tables-tests.s`

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


More information about the llvm-commits mailing list