Module 17: Loops
  Lecture 33: Data Dependence in Parallel Loops
 


Program Dependence Graph (PDG)

Control dependence edges in data dependence graph.

S1
S2
S3
S4
S5
S6
S7
S8
X = 1
Y = 2
if Y < T then
X = 2
else
Y = X
endif
Z = X + Y