commit | e12c74c07bec6d2570bb052a2e23c9e4dbf8c7f1 | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Tue Dec 10 00:43:34 2002 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Tue Dec 10 00:43:34 2002 +0000 |
tree | b60c4e2c1431f2b4b6722f9aae933d579c458097 | |
parent | cd53170573a99a3daf9420b33f95a13c4fbd4e0c [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4962 91177308-0d34-0410-b5e6-96231b3b80d8