[llvm] [AArch64] Add Ampere1B scheduling/pipeline model (PR #81341)

Philipp Tomsich via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 04:25:06 PST 2024


================
@@ -0,0 +1,1063 @@
+//=- AArch64SchedAmpere1B.td - Ampere-1B scheduling def -----*- 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 file defines the machine model for the Ampere Computing Ampere-1B to
+// support instruction scheduling and other instruction cost heuristics.
+//
+//===----------------------------------------------------------------------===//
+
+// The Ampere-1 core is an out-of-order micro-architecture.  The front
----------------
ptomsich wrote:

Added tests (which exposed one of the CSSC instructions being wrong) and updated the comments.
Thanks for spotting those.

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


More information about the llvm-commits mailing list