This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] SSA bug or feature?


On Thu, 2003-09-04 at 08:01, Pop Sébastian wrote:

>   normal_call_insns_8 = PHI <0B(380), normal_call_insns_9(782)>;
>   ...
>   normal_call_insns_9 = PHI <normal_call_insns_8(773), T.1529_2087(777), T.1529_2087(778)>;
> 
> This case showed up during the analysis of the expand_call function in 
> gcc/gcc/calls.c.
> 
> Is this a valid SSA code, or is the SSA screwed up by one of the optimizers?
>
Copy propagation can leave SSA code looking like that.  In principle, I
don't see anything wrong with that.  Are we generating bad code out of
this?


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]