mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[X86][SkylakeServer] Merge 2 InstRW entries to the same sched group. NFCI.
llvm-svn: 329386
This commit is contained in:
parent
22ceb3e983
commit
74915132b6
@ -6004,8 +6004,8 @@ def SKXWriteResGroup249 : SchedWriteRes<[SKXPort5,SKXPort01,SKXPort015]> {
|
||||
let NumMicroOps = 21;
|
||||
let ResourceCycles = [9,7,5];
|
||||
}
|
||||
def: InstRW<[SKXWriteResGroup249], (instregex "VPCONFLICTDZ256rr")>;
|
||||
def: InstRW<[SKXWriteResGroup249], (instregex "VPCONFLICTQZrr")>;
|
||||
def: InstRW<[SKXWriteResGroup249], (instregex "VPCONFLICTDZ256rr",
|
||||
"VPCONFLICTQZrr")>;
|
||||
|
||||
def SKXWriteResGroup250 : SchedWriteRes<[SKXPort1,SKXPort6,SKXPort23,SKXPort0156]> {
|
||||
let Latency = 37;
|
||||
|
Loading…
Reference in New Issue
Block a user