Blind Generation
12/43
Example:
load  r1, a
add   r1, b
store r1, c
load  r1, c
mul   r1, d
store r1, e
(+,a,b,c)
(*,c,d,e)
3AC:
Generated target code:
A redundant
instruction