Hi,<div><br></div><div>I was working on multithreading a cross iteration loop. I want to insert a pthread_create function call and use other pthread functions into my LLVM IR.</div><div><br></div><div>Issue is how do i get these functions using module->getOrInsertFunction("pthread_create"), since the function might not be there in IR and then insert function calls to these functions.</div>
<div><br></div><div>So, crux is how do i call pthread function calls into LLVM IR for a sequential program.</div><div><br></div><div>Pardon me for such a basic doubt as I am a novice in llvm yet.</div><div><br></div><div>
Regards,</div><div>Pankit Thapar</div><div><br></div>