mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +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)
|
||||
|
||||
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
Block a user