Can someone tell me if there is a way to generate RTL code which does not
include use and def of the same pseudo in the same insn? Of course, I 
can break every such instruction into two but I am wondering if it is 
already
there or anyone has the code already available.

i.e. generate 
t=p56+p76;
p56=t;

instead of
p56=p56+p76;

--R


Reply via email to