[llvm] [MCA] New option to report scheduling information: -scheduling-info (PR #126703)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 07:59:42 PST 2025


================
@@ -0,0 +1,97 @@
+//===--------------------- SchedulingInfoView.h ----------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+/// \file
+///
+/// This file implements the instruction scheduling info view.
+///
+/// The goal fo the instruction scheduling info view is to print the latency,
----------------
c-rhodes wrote:

there's a fair bit of overlap with the `InstructionInfoView`, did you consider extending that instead?

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


More information about the llvm-commits mailing list