1 lw $t2, 8($t1)
2 lw $s0, 0($t2)
3 add $t3, $t2, $t1
4 add $s1, $s0, $t3
Am I correct in saying there are 3 dependences? 2 depends on 1, 3 depends on 1, and 4 depends on 3.
1 lw $t2, 8($t1)
2 lw $s0, 0($t2)
3 add $t3, $t2, $t1
4 add $s1, $s0, $t3
Am I correct in saying there are 3 dependences? 2 depends on 1, 3 depends on 1, and 4 depends on 3.
Copyright © 2021 Jogjafile Inc.