[llvm] r178300 - Remove the unused port from the SandyBridge machine model

Nadav Rotem nrotem at apple.com
Thu Mar 28 15:32:41 PDT 2013


Author: nadav
Date: Thu Mar 28 17:32:41 2013
New Revision: 178300

URL: http://llvm.org/viewvc/llvm-project?rev=178300&view=rev
Log:
Remove the unused port from the SandyBridge machine model

Modified:
    llvm/trunk/lib/Target/X86/X86SchedSandyBridge.td

Modified: llvm/trunk/lib/Target/X86/X86SchedSandyBridge.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86SchedSandyBridge.td?rev=178300&r1=178299&r2=178300&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86SchedSandyBridge.td (original)
+++ llvm/trunk/lib/Target/X86/X86SchedSandyBridge.td Thu Mar 28 17:32:41 2013
@@ -42,7 +42,6 @@ def SBPort23 : ProcResource<2>;
 def SBPort4 : ProcResource<1>;
 
 // Many micro-ops are capable of issuing on multiple ports.
-def SBPort01  : ProcResGroup<[SBPort0, SBPort1]>;
 def SBPort05  : ProcResGroup<[SBPort0, SBPort5]>;
 def SBPort15  : ProcResGroup<[SBPort1, SBPort5]>;
 def SBPort015 : ProcResGroup<[SBPort0, SBPort1, SBPort5]>;





More information about the llvm-commits mailing list