Loop optimizer issues
David Edelsohn
dje@watson.ibm.com
Wed Jul 2 21:24:00 GMT 2003
>>>>> Zdenek Dvorak writes:
>> Does "new loop optimizer" refer to a revision to the RTL loop
>> optimizer or a re-write of the loop optimizer in the Tree-SSA
>> infrastructure?
Zdenek> rtl one.
>> LIBCALLs should not be present in GIMPLE, should they?
Zdenek> I hope so; this is exactly why I would prefer to handle things there
Zdenek> rather than figting it later in rtl.
I'm sorry, I'm still confused. If you are writing an RTL-based
loop optimizer, you cannot avoid supporting LIBCALLs. As long as you are
working in the RTL space, you cannot make the simplification that Tree-SSA
would allow.
David
More information about the Gcc
mailing list