> > I want to implement a new intrinsic in llvm that will denote a > > parallel section within a function. > > Can you explain what you mean by a parallel section within a function? Maybe it's a reference to OMP, http://www.openmp.org/. gcc has added support for this (GOMP). Ciao, Duncan.