Page 1 of 1

Construct DAG for the following 3 address code : t1 = a + b t2 = a - b t3 = t1 * t2 t4 = t1 - t3 t5 = t4 + t3

Posted: Mon May 09, 2022 6:27 am
by answerhappygod
Construct DAG for the following 3 address code :
t1 = a + b
t2 = a - b
t3 = t1 * t2
t4 = t1 - t3
t5 = t4 + t3