search for: loopinformationmanag

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

Did you mean: loopinformationmanager
2012 Feb 11
0
[LLVMdev] Loop Metadata?
...not put any semantics, we may risk to loose the annotation. Another option that I see is somehow in the direction of what Devang pointed out. We could make our intention of maintain information about the loops more explicit. I could e.g. imagine having some permanent pass/analysis, maybe called LoopInformationManager, that is in charge of the loop meta data. When reading LLVM-IR it initializes itself by reading the loop meta-data. Other passes can call the LoopInformationManager for the information they are interested in. Passes that do not touch the loop structure need to explicitly specify that they pr...
2012 Feb 10
2
[LLVMdev] Loop Metadata?
On Fri, Feb 10, 2012 at 3:53 PM, Devang Patel <dpatel at apple.com> wrote: > How would you tie a built-in call with a loop ? The same way as Hal was saying: tag the loop header. Sebastian -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum