Re: Iterating over RTL in Graphite

2012-03-05 Thread Arnaldo
On Mon, Mar 5, 2012 at 11:17 AM, David Edelsohn wrote: > On Mon, Mar 5, 2012 at 9:52 AM, Arnaldo wrote: >> On Mon, Mar 5, 2012 at 10:00 AM, Michael Matz wrote: >>> Hi, >>> >>> On Mon, 5 Mar 2012, Arnaldo wrote: >>> >>>> I could

Re: Iterating over RTL in Graphite

2012-03-05 Thread Arnaldo
On Mon, Mar 5, 2012 at 10:00 AM, Michael Matz wrote: > Hi, > > On Mon, 5 Mar 2012, Arnaldo wrote: > >> I couldn't get cfgexpand.c:basic_block expand_gimple_basic_block >> (basic_block bb) to work by calling it directly because there is some >> preprocessing in

Re: Iterating over RTL in Graphite

2012-03-05 Thread Arnaldo
On Sat, Feb 18, 2012 at 6:46 PM, Arnaldo wrote: > On Fri, Feb 17, 2012 at 10:15 PM, Tobias Grosser wrote: >> On 02/17/2012 08:34 PM, David Malcolm wrote: >>> >>> On Thu, 2012-02-16 at 19:17 -0400, Arnaldo wrote: >>>> >>>> Hello everyone, >>

Re: Iterating over RTL in Graphite

2012-02-18 Thread Arnaldo
On Fri, Feb 17, 2012 at 10:15 PM, Tobias Grosser wrote: > On 02/17/2012 08:34 PM, David Malcolm wrote: >> >> On Thu, 2012-02-16 at 19:17 -0400, Arnaldo wrote: >>> >>> Hello everyone, >>> >>> I'm working on an extension to the Graphite pass

Iterating over RTL in Graphite

2012-02-16 Thread Arnaldo
given an RTL instruction. I've tried debugging the compiler with gdb but it can't find the debugging symbols even though they're there. I'll keep trying to get gdb to work but any leads on reading these attributes from within Graphite is greatly appr