[llvm-commits] [llvm-gcc-4.2] r44442 - in /llvm-gcc-4.2/trunk/gcc: passes.c tree-optimize.c tree-pass.h

Duncan Sands baldrick at free.fr
Fri Nov 30 01:11:20 PST 2007


Hi Anton,

> Move second openmp expansion pass before llvm-convert. This allows us not to
> reinvent a wheel and rewrite all openmp lowering code at llvm side :)

yummy!  You could condition the extra passes on flag_openmp, so that the cost
is only paid in that case.  Time for the big question: does openmp now work
with LLVM?

Ciao,

Duncan.



More information about the llvm-commits mailing list