From c59a92387ee92baef895e5c2b5ccd7785a356139 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 llvm-svn: 283475 --- llvm/lib/Target/AMDGPU/SIInstructions.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td index 95c30a554452..cbff609684bc 100644 --- a/llvm/lib/Target/AMDGPU/SIInstructions.td +++ b/llvm/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 {