forked from OSchip/llvm-project
parent
892ae2e2b6
commit
272a2bc365
|
@ -281,7 +281,7 @@ bool MachineCombiner::improvesCriticalPathLen(
|
|||
|
||||
unsigned NewCycleCount = NewRootDepth + NewRootLatency;
|
||||
unsigned OldCycleCount = RootDepth + RootLatency + RootSlack;
|
||||
|
||||
|
||||
return NewCycleCount <= OldCycleCount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue