Re: [Tree-SSA] Question from observation, bogus SSA form?

2023-03-17 Thread Michael Matz via Gcc
Hello, On Fri, 17 Mar 2023, Pierrick Philippe wrote: > > This means that global variables, volatile variables, aggregates, > > variables which are not considered aggregates but are nevertheless > > partially modified (think insertion into a vector) or variables which > > need to live in memory

Re: [Tree-SSA] Question from observation, bogus SSA form?

2023-03-17 Thread Pierrick Philippe
On 16/03/2023 17:30, Martin Jambor wrote: Hello Pierrick, On Thu, Mar 16 2023, Pierrick Philippe wrote: Hi everyone, I was working around with the analyzer, but I usually dump the SSA-tree to get a view of the analyzed code. This is how I noticed something wrong, at least in the sense of the

Re: [Tree-SSA] Question from observation, bogus SSA form?

2023-03-16 Thread Martin Jambor
Hello Pierrick, On Thu, Mar 16 2023, Pierrick Philippe wrote: > Hi everyone, > > I was working around with the analyzer, but I usually dump the SSA-tree > to get a view of the analyzed code. > This is how I noticed something wrong, at least in the sense of the > definition of SSA form. please