This is the mail archive of the gcc-patches@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: [PATCH] Use rtx_refs_may_alias_p instead of alias_sets_conflict_p in


On Wed, Aug 4, 2010 at 4:56 PM, Diego Novillo <dnovillo@google.com> wrote:
> On Wed, Aug 4, 2010 at 14:52, Bingfeng Mei <bmei@broadcom.com> wrote:
>
>> 2010-08-04 ?Bingfeng Mei ?<bmei@broadcom.com>
>>
>> ? ? ? ?* alias.c (walk_mems_2): Call rtx_refs_may_alias_p
>> ? ? ? ?instead of alias_sets_conflict_p to get more accurate
>> ? ? ? ?alias set information.
>
> OK.

Wait.  You need to use a proper dependence function instead,
rtx_refs_may_alias_p isn't supposed to be used directly.

Richard.

>
> Diego.
>


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