Displaying 2 results from an estimated 2 matches for "a809496c".
2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
...LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161215/a809496c/attachment.html>
2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
This might help:
http://llvm.org/docs/ProgrammersManual.html#the-value-class
Or maybe I'm misunderstanding what you mean by "efficient way to get the
value". When you say 'value', I'm assuming you mean the class. In your
case, AllocaInst inherits from value.
-Ryan
On Thu, Dec 15, 2016 at 10:24 AM, Shen Liu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>