================ @@ -0,0 +1,3733 @@ +//=- X86ScheduleC864GM8.td - X86 C86-4G-M8 Scheduling --------*- 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 C86-4G-M8 to support instruction +// scheduling and other instruction cost heuristics. +// +//===----------------------------------------------------------------------===// + +def C864GM8Model : SchedMachineModel { ---------------- RKSimon wrote:
If there are no changes its acceptable to either keep the separate set of llvm-mca test files OR add an extra RUN line in the existing C764GM8 tests targetting the C864GM8 cpu https://github.com/llvm/llvm-project/pull/204587 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
