This file implements a pass that automatically parallelizes a program,
using the Cilk multi-threaded runtime system to execute parallel code. The current version inserts too many sync() operations in the program because it does not attempt to optimize their placement. llvm-svn: 4962
Loading
Please register or sign in to comment