forked from OSchip/llvm-project
[AMDGPU] Mark the scheduling model as complete
This commit is contained in:
parent
addcbc401c
commit
970558df94
|
@ -56,7 +56,7 @@ def Write16PassMAI : SchedWrite;
|
|||
// instructions)
|
||||
|
||||
class SISchedMachineModel : SchedMachineModel {
|
||||
let CompleteModel = 0;
|
||||
let CompleteModel = 1;
|
||||
// MicroOpBufferSize = 1 means that instructions will always be added
|
||||
// the ready queue when they become available. This exposes them
|
||||
// to the register pressure analysis.
|
||||
|
|
Loading…
Reference in New Issue