[PATCH] D108914: [X86] Copy X86SchedSkylakeServer.td to X86SchedIcelake.td

Matt D. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 06:28:04 PDT 2021


Matt added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:615
 include "X86SchedSkylakeServer.td"
+include "X86SchedIcelake.td"
 
----------------
Nit: Perhaps this should be "IceLake" not "Icelake" (cf. Intel codenames: "Skylake" is one word but "Ice Lake" is two).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108914



More information about the llvm-commits mailing list