> 
> When you extract the address and use it.  For example when you
> do auto-parallelization and outline a part of your function it
> passes arrays as addresses.
> 
> Or if you start to introduce address induction variables like
> the vectorizer or IVOPTs does.

I see, nothing really done by current early/IPA optimizers and in those cases
we also want to set TREE_ADDRESSABLE bit, too I suppose.
Do you think I should make patch for setting the NOVOPS bits in ipa code?

Honza
> 
> Richard.

Reply via email to