mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[AMDGPU] Mark the scheduling model as complete
This commit is contained in:
parent
8de9a35fef
commit
f6bcc30446
@ -56,7 +56,7 @@ def Write16PassMAI : SchedWrite;
|
|||||||
// instructions)
|
// instructions)
|
||||||
|
|
||||||
class SISchedMachineModel : SchedMachineModel {
|
class SISchedMachineModel : SchedMachineModel {
|
||||||
let CompleteModel = 0;
|
let CompleteModel = 1;
|
||||||
// MicroOpBufferSize = 1 means that instructions will always be added
|
// MicroOpBufferSize = 1 means that instructions will always be added
|
||||||
// the ready queue when they become available. This exposes them
|
// the ready queue when they become available. This exposes them
|
||||||
// to the register pressure analysis.
|
// to the register pressure analysis.
|
||||||
|
Loading…
Reference in New Issue
Block a user