From f6bcc30446a7beadc204caf15dc611edf67b03d0 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 28 Feb 2020 13:22:44 +0000 Subject: [PATCH] [AMDGPU] Mark the scheduling model as complete --- lib/Target/AMDGPU/SISchedule.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/AMDGPU/SISchedule.td b/lib/Target/AMDGPU/SISchedule.td index 824d1aeb0df..c512569b9b3 100644 --- a/lib/Target/AMDGPU/SISchedule.td +++ b/lib/Target/AMDGPU/SISchedule.td @@ -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.