<div dir="ltr">Hi All!<div><br></div><div>I'm Yaduveer, trying to do Loop-Unrolling with a modified algorithm which can run on multicore processor. We expect loop unroll factor equal to number of cores available. I want to modify the LoopUnroll Pass so I tried to make a sample pass [<a href="http://llvm.org/docs/WritingAnLLVMPass.html#id6">http://llvm.org/docs/WritingAnLLVMPass.html#id6</a>] using the existing LoopUnrollPass. I tried running that but could not register the new pass as it resembled with original pass.</div><div><br></div><div>Here's the output when I tried to compile and register the pass.</div><div><br></div><div><a href="http://pastebin.com/Uxq3fHQP">http://pastebin.com/Uxq3fHQP</a><br></div><div><br></div><div>Can somebody help me how to register this pass and make any more changes?</div><div><br></div><div>Thanks!</div><div>Yaduveer.</div></div>