Displaying 2 results from an estimated 2 matches for "91b441c7".
2013 Jan 01
0
[LLVMdev] IR function pointers
...even be defined in the file
you're compiling.
Why are these calls bothering you? It's possible there are better options
for your use-case.
Tim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130101/91b441c7/attachment.html>
2013 Jan 01
2
[LLVMdev] IR function pointers
I am coming up against a lot of function pointers in the IR, although
the corresponding source code does not have indirect calls.
For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"* %1604)
How can I resolve the targets of these? Also, why are they appearing as
indirect calls in the IR, when they are direct calls in the source?
Thanks.
-Apala