From ba29379c2038c3bfee952a6081694273017b71d3 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 6 Oct 2016 18:12:07 +0000 Subject: [PATCH] AMDGPU: Remove scheduling info from si_mask_branch git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283475 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/SIInstructions.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Target/AMDGPU/SIInstructions.td b/lib/Target/AMDGPU/SIInstructions.td index 95c30a554452..cbff609684bc 100644 --- a/lib/Target/AMDGPU/SIInstructions.td +++ b/lib/Target/AMDGPU/SIInstructions.td @@ -145,6 +145,8 @@ def SI_MASK_BRANCH : PseudoInstSI < let isBarrier = 0; let SALU = 1; let Uses = [EXEC]; + let SchedRW = []; + let hasNoSchedulingInfo = 1; } let isTerminator = 1 in {