projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93fe7f
)
Remove the unused port from the SandyBridge machine model
author
Nadav Rotem
<nrotem@apple.com>
Thu, 28 Mar 2013 22:32:41 +0000
(22:32 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Thu, 28 Mar 2013 22:32:41 +0000
(22:32 +0000)
llvm-svn: 178300
llvm/lib/Target/X86/X86SchedSandyBridge.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86SchedSandyBridge.td
b/llvm/lib/Target/X86/X86SchedSandyBridge.td
index
c58b2c2
..
66d78e4
100644
(file)
--- a/
llvm/lib/Target/X86/X86SchedSandyBridge.td
+++ b/
llvm/lib/Target/X86/X86SchedSandyBridge.td
@@
-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]>;