On Fri, Jul 19, 2013 at 04:42:56PM +0200, Abdul Wahid Memon wrote: > I am searching for some documentation (books, research papers, etc) on > loop header copying compiler optimization. > > Any hints on this please?
You may want to look at the comments in tree-ssa-loop-ch.c in the GCC source tree. Marek