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