forked from OSchip/llvm-project
AMDGPU: Remove scheduling info from si_mask_branch
llvm-svn: 283475
This commit is contained in:
parent
6f8c1f8da7
commit
c59a92387e
|
@ -145,6 +145,8 @@ def SI_MASK_BRANCH : PseudoInstSI <
|
||||||
let isBarrier = 0;
|
let isBarrier = 0;
|
||||||
let SALU = 1;
|
let SALU = 1;
|
||||||
let Uses = [EXEC];
|
let Uses = [EXEC];
|
||||||
|
let SchedRW = [];
|
||||||
|
let hasNoSchedulingInfo = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
let isTerminator = 1 in {
|
let isTerminator = 1 in {
|
||||||
|
|
Loading…
Reference in New Issue