[LLVMdev] extract thread form sequential program

Arlen Cox arlencox at gmail.com
Fri Jan 28 07:49:40 PST 2011


LLVM has no facility for dealing with threads explicitly.  If you're
implementing a research tool to automatically pipeline software, LLVM
could be of use because it is also a JIT with a good API.

On Fri, Jan 28, 2011 at 8:35 AM, neda 8664 <neda8664 at gmail.com> wrote:
> I want automatically parallelize sequential program in thread level to run
> on multi-core
> processors with software pipelining and use llvm. is it a suitable tools in
> this project ?
> can you help me in this topic?
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>




More information about the llvm-dev mailing list