Skip to content
Commit 9a672d17 authored by Vikram S. Adve's avatar Vikram S. Adve
Browse files

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
parent 41aab86c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment