[PATCH] D132103: [NFC][AArch64] precommit sched model for tsv110
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 01:04:18 PDT 2022
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Other than slightly moving where the file is located, this sounds good to me. We've found these tests very useful in the past.
================
Comment at: llvm/test/tools/llvm-mca/AArch64/Cortex/tsv110-basic-instructions.s:2
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+# RUN: llvm-mca -mtriple=aarch64 -mcpu=tsv110 -instruction-tables < %s | FileCheck %s
+
----------------
This is technically not a "Cortex", although I'm not sure why these tests are laid out quite how they are.
Feel free to create a directory for "TSV" or "HiSilicon" or whatever you think the best name would be.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132103/new/
https://reviews.llvm.org/D132103
More information about the llvm-commits
mailing list