[llvm] [MCA] Extend -instruction-tables option with verbosity levels (PR #130574)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 09:39:24 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
----------------
mshockwave wrote:
what is "// Toto" at the end for?
https://github.com/llvm/llvm-project/pull/130574
More information about the llvm-commits
mailing list