Displaying 2 results from an estimated 2 matches for "fc4326c2".
2011 Jul 21
0
[LLVMdev] share between AST and IR?
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110721/fc4326c2/attachment.html>
2011 Jul 21
2
[LLVMdev] share between AST and IR?
I wrote a plugin using ASTConsumer and RecursiveASTVisitor to find
"interesting" variables and functions. I'm wonder if there is a way to
save/flag/metadata these so later on at the IR level I can use this
information in a Pass.
As far as I can tell nothing currently would allow me todo this and I'm
wondering what exactly it would take to do something like this. After
stairing