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 (m
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
d
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 n
sandeep soni writes:
> Well..now I want to know what is the structure which this pass
> maintains to emit these statements.Where can i find it (In which
> source files)and can it be modified?
It's GIMPLE, defined mainly in gimple.def, gimple.h, and gimple.c.
Yes, it can be modified.
> I chiefly