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: [lno] Generic create_iv function



On Feb 19, 2004, at 9:16 AM, Zdenek Dvorak wrote:


Hello,

Is there any way you could generalize create_iv so that it takes a
loop argument, the position to place, and the increment, and creates
an iv for that loop?

I would much appreciate it, since this is what i have to do for
recreating loop nests based on the loop nests lambda hands us.

Otherwise, i'm going to have to build high level loop manipulators
like create_iv on my own, which seems a waste of time since you've
more or less already done it.

here it is.


Thanks a bunch


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