This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tree-SSA self checking infrastructure
On Wed, Nov 19, 2003 at 08:01:52PM +0100, Jan Hubicka wrote:
> I am almost done with verify_stmts except for tree sharing, as I am
> still not clear about the tree sharing rules. (Did I mentioned it in
> original email?)
Yes. I don't know anything about tree sharing rules. I expect we
can't share much.
> How complex may the symbolic references look like now?
The only valid argument to an INDIRECT_REF is a gimple_reg.
Symbolic references like &ssaname->a.b.c.d[4].y.z[5][6] is valid.
The string of COMPONENT_REF and ARRAY_REFs all reduce to a single
constant addition.
r~