A visualization of GCC's passes, as a subway map
Richard Guenther
richard.guenther@gmail.com
Thu Jul 14 09:21:00 GMT 2011
On Wed, Jul 13, 2011 at 3:15 PM, Paolo Bonzini <bonzini@gnu.org> wrote:
> On 07/13/2011 12:54 PM, Richard Guenther wrote:
>>
>> > Yes, PROP_gimple_lcx needs to be added to PROP_trees. I cannot approve
>> > the
>> > patch, unfortunately.
>>
>> Hm, why? complex operations are lowered after a complex lowering pass
>> has executed. they are still lowered on RTL, so I don't see why we need
>> to destroy them technically.
>
> Because it's PROP_*gimple*_lcx. :)
Shouldn't it then be PROP_*gimple* instead of PROP_*trees*? ;)
We should drop all PROP_trees after gimplification it seems ;)
Richard.
> Paolo
>
More information about the Gcc
mailing list