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: TODO_rebuild_alias and -O0


On Mon, Oct 8, 2012 at 11:58 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Richard Guenther <richard.guenther@gmail.com> skribis:
>
>> At -O0 no virtual operands are produced.  TODO_rebuild_alias only computes
>> points-to sets which are in itself not useful.
>>
>> What do you want to achieve with TODO_rebuild_alias?
>
> I basically want to use ‘ptr_derefs_may_alias_p’ in this particular pass.

That should work.

> Thanks,
> Ludo’.


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