mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
[ARM] Mark Swift MISched model as incomplete
The Swift Machine Scheduler Model is incomplete. There are instructions missing which can trigger the "incomplete machine model" abort. This was observed when a downstream SchedMachineModel was added to the ARM target. Patch by Christof Douma! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7dab7edf06
commit
85125fcdd6
@ -43,6 +43,7 @@ def SwiftModel : SchedMachineModel {
|
||||
let MicroOpBufferSize = 45; // Based on NEON renamed registers.
|
||||
let LoadLatency = 3;
|
||||
let MispredictPenalty = 14; // A branch direction mispredict.
|
||||
let CompleteModel = 0; // FIXME: Remove if all instructions are covered.
|
||||
}
|
||||
|
||||
// Swift predicates.
|
||||
|
Loading…
x
Reference in New Issue
Block a user