Explanation : An antidependency also known as write-after-read
(WAR) dependency.
S1 is False, I2 and I5 they both write R7. So, No
WAR.
S2 is true, There is an anti-dependence between
instructions I2 and I4.
I2 reads R3 and I4 writes it.
S3 is false.depends on how many instruction
between the antidependence instructions.
You must be logged in to post a comment.