[PATCH] D144393: [X86] Add schedule module for Gracemont

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 07:59:56 PST 2023


RKSimon added a comment.

In D144393#4143219 <https://reviews.llvm.org/D144393#4143219>, @HaohaiWen wrote:

> In D144393#4142944 <https://reviews.llvm.org/D144393#4142944>, @RKSimon wrote:
>
>> Would this be a good time to add alderlake-p and alderlake-e cpu name aliases as well?
>
> This model is not yet complete, we still miss lots of port/lat. (see // FIXME: Incompleted schedwrite. and GRTPortInvalid)
>
> Should we rename alderlake-p to other name like alderlake-pc. Alder Lake P is also product series name (https://www.intel.com/content/www/us/en/products/platforms/details/alder-lake-p.html).

Adding extra aliases is cheap (e.g. sandybridge vs corei7-avx etc.), but we can keep the alderlake-p as the default


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144393/new/

https://reviews.llvm.org/D144393



More information about the llvm-commits mailing list