Revital Eres <revital.e...@linaro.org> writes: > I appriciate explanation regarding the following piece of code in > sched_analyze_insn function (sched-deps.c): When handling jump instruction > dependence edges are created between the jump instruction and memory > writes and volatile reads and I'm not quite sure the reason why.
Jump instructions can be conditional. Note the check for whether the next instruction is a barrier. Ian