search for: 56400e22

Displaying 1 result from an estimated 1 matches for "56400e22".

Did you mean: 56.00222
2010 Oct 27
1
[LLVMdev] Thread and LLVM
Hello LLVM developers, I am curious to know, what does the section "Thread and LLVM" in LLVM programmers manual means. I want to do a short project(5 weeks) in Compiler Optimization for Parallel Arch class where I want to support OpenMP like parallel constructs in my language. So does it mean that I can specify thread creation and related thread task directly in LLVM IR. Also does