search for: reclaration

Displaying 2 results from an estimated 2 matches for "reclaration".

Did you mean: declaration
2015 May 08
2
[LLVMdev] Modifying LoopUnrollingPass
Hi All, Thank you for your suggestions. @Michael: I tried your suggestion. I could run "Loop Vectorizer" successfully. But my problem is not solved. @Renato: I want to do the 1st type operation: 1) Use all cores, dividing the loop into multiple cores, one block at a time. But I don't want to use "OpenMP" for this. I don't want the user to mention OpenMP command
2015 May 13
3
[LLVMdev] Modifying LoopUnrollingPass
...uld you please advise me on following queries: a) Is there some way so that I can get dependency analysis of AST and Basic Blocks. b) How can I modify an existing pass by writing a new Pass just like "Hello" pass but the dependencies involved in that pass must not show error like "reclaration" ( As I tried with "LoopUnrollPass" in beginning.) Regards, Yaduveer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150513/129df94c/attachment.html>