[llvm-commits] CVS: llvm/lib/Transforms/IPO/Parallelize.cpp
Vikram Adve
vadve at cs.uiuc.edu
Mon Dec 9 18:44:01 PST 2002
Changes in directory llvm/lib/Transforms/IPO:
Parallelize.cpp added (r1.1)
---
Log message:
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.
---
Diffs of the changes:
More information about the llvm-commits
mailing list