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] |
Hello,Thanks a bunch
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.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |