[PATCH] [X86] Silvermont new scheduler model

Alexey Bader aleksey.a.bader at intel.com
Wed Apr 23 02:18:19 PDT 2014


Spotted a couple of typos.

================
Comment at: lib/Target/X86/X86ScheduleSLM.td:10
@@ -9,3 +9,3 @@
 //
-// This file defines the itinerary class data for the Intel Atom
-// (Silvermont) processor.
+// This file defines the machine model for Intal Silvermont to support
+// instruction scheduling and other instruction cost heuristics.
----------------
Typo: Intal->Intel

================
Comment at: lib/Target/X86/X86ScheduleSLM.td:30
@@ +29,3 @@
+
+// Silveromnt has 5 reservation stations for micro-ops
+
----------------
Typo:Silveromnt->Silvermont

http://reviews.llvm.org/D3451






More information about the llvm-commits mailing list