[AArch64] Adjust the loop buffer size for Exynos M1 (NFC)

llvm-svn: 273185
This commit is contained in:
Evandro Menezes 2016-06-20 18:39:41 +00:00
parent 11c43d5a37
commit 8057265cc2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
def ExynosM1Model : SchedMachineModel {
let IssueWidth = 4; // Up to 4 uops per cycle.
let MicroOpBufferSize = 96; // ROB size.
let LoopMicroOpBufferSize = 32; // Instruction queue size.
let LoopMicroOpBufferSize = 24; // Based on the instruction queue size.
let LoadLatency = 4; // Optimistic load cases.
let MispredictPenalty = 14; // Minimum branch misprediction penalty.
let CompleteModel = 0; // Use the default model otherwise.