1
0
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:
Jay Foad 2020-02-28 13:22:44 +00:00
parent 8de9a35fef
commit f6bcc30446

View File

@ -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.