Skip to content

Commit a227b33

Browse files
committed
fixup! Remove the PostRAScheduler field
1 parent d6eca08 commit a227b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVSchedSiFiveP800.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def SiFiveP800Model : SchedMachineModel {
6363
let MicroOpBufferSize = 288; // Max micro-ops that can be buffered.
6464
let LoadLatency = 4; // Cycles for loads to access the cache.
6565
let MispredictPenalty = 9; // Extra cycles for a mispredicted branch.
66-
let PostRAScheduler = true;
6766
let UnsupportedFeatures = [HasStdExtZbkb, HasStdExtZbkc, HasStdExtZbkx,
6867
HasStdExtZknd, HasStdExtZkne, HasStdExtZknh,
6968
HasStdExtZksed, HasStdExtZksh, HasStdExtZkr,

0 commit comments

Comments
 (0)