This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
duplicating outer loop region
- From: Razya Ladelsky <RAZYA at il dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 4 Aug 2008 10:30:57 +0300
- Subject: duplicating outer loop region
Hi
I am working on expanding auto par for outer loops, and while doing so,
I need to duplicate the whole body of the outer loop. the current
function that is used for the inner loops
is gimple_duplicate_sese_tail, only it doesn't support subloops.
Any ideas on how I can alternatively get the same functionality?
Thanks,
Razya