Skip to content

Commit

Permalink
AMDGPU: Remove scheduling info from si_mask_branch
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283475 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
arsenm committed Oct 6, 2016
1 parent bda4e02 commit ba29379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Target/AMDGPU/SIInstructions.td
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ba29379

Please sign in to comment.