Index: lib/Target/AMDGPU/SIInstructions.td =================================================================== --- lib/Target/AMDGPU/SIInstructions.td +++ lib/Target/AMDGPU/SIInstructions.td @@ -145,6 +145,8 @@ let isBarrier = 0; let SALU = 1; let Uses = [EXEC]; + let SchedRW = []; + let hasNoSchedulingInfo = 1; } let isTerminator = 1 in {