[llvm] [PREVIEW-ONLY] RVV support for llvm-exegesis (PR #114149)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 16:59:11 PST 2024
================
@@ -0,0 +1,18 @@
+//===---- RISCVPfmCounters.td - RISCV Hardware Counters ----*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This describes the available hardware counters for RISCV.
----------------
topperc wrote:
RISCV -> RISC-V
We should adhere as much as possible to the branding guidelines https://riscv.org/about/risc-v-branding-guidelines/
https://github.com/llvm/llvm-project/pull/114149
More information about the llvm-commits
mailing list