mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 16:37:42 +00:00
Remove the unused port from the SandyBridge machine model
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a8386e1df
commit
0b6a69d4a1
@ -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]>;
|
||||
|
Loading…
Reference in New Issue
Block a user