This is not a control flow instruction, so should not be marked as isBarrier. This fixes a verifier error if followed by unreachable.
What if we call a real barrier in the same situation?
In D59846#1443708, @rampitec wrote: What if we call a real barrier in the same situation?
s_barrier already has the correct flags
LGTM
r357081