If we define Instruction Level Parallelism (ILP) as the average number of instructions that can be executed per cycle in
Posted: Fri May 20, 2022 5:23 pm
If we define Instruction Level Parallelism (ILP) as the average number of instructions that can be executed per cycle in a particular code fragment, and assuming unlimited execution resources, what is the ILP of the following code fragment? [ILP] Number Instructions/Number Cycles add to, t1, t2 add t5, to, t6 add t2, t3, t4 add t7, t5, t8 add t8, t2, t3 add to, t7, t5 add t1, t2, to