summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/SIInstructions.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td
index 95c30a55445..cbff609684b 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 {
OpenPOWER on IntegriCloud