Displaying 1 result from an estimated 1 matches for "8e69996a".
2011 Oct 11
2
[LLVMdev] Speculative paralellisation in LLVM compiler infrastructure!!!!!
Hi,
I am involved in the task of achieving speculative paralellisation in
llvm. I have started my work by trying to see if a simple for loop can be
paralellised in llvm.. The problem is i want to know how to check if a
program is automatically parallelised when compiled with llvm or if
explicitly need to do it how can i go about paralellising a for loop using
llvm compiler infrsatructure.how