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: [trans-mem] make alias oracle understand TM read/writes


On Tue, Sep 01, 2009 at 07:45:39AM -0700, Richard Henderson wrote:
> On 09/01/2009 07:20 AM, Aldy Hernandez wrote:
>> So, is the patch approved?  I think it's safe to say you (Richard G) can
>> approve it and rth won't have any issues.  Otherwise I can take the
>> blame.
> ...
>> -  return 0;
>> +  return TODO_rebuild_alias;
>
> Everything except this bit is approved.
> We don't need to recompute at all.

Except if we don't recompute, my testcase will fail because we haven't
seen any TM builtins in tree-ssa-structalias.c:find_func_aliases().

I guess if what y'all want is alias info for builtins created by hand
then I'll just rewrite my testcase with manually created builtin calls.

Is this what you want?

Aldy


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