================ @@ -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 { ---------------- phoebewang wrote:
Does it have any difference compare with C764GM8Model? Do not duplicate if not. https://github.com/llvm/llvm-project/pull/204587 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
