[trans-mem] make alias oracle understand TM read/writes

Aldy Hernandez aldyh@redhat.com
Tue Sep 1 14:55:00 GMT 2009


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



More information about the Gcc-patches mailing list