Displaying 2 results from an estimated 2 matches for "i_insertvalu".
Did you mean:
i_insertvalue
2011 Oct 23
1
[LLVMdev] Can insertvalue ignore its last operand?
Hi,
Some of my code is compiled to
%insert2 = insertvalue { float, float } %insert, float %33
When the index value (the last operand) is omitted, does it mean it
uses some default value, say 0?
The manual does not allow this syntax though.
http://llvm.org/docs/LangRef.html#i_insertvalue
Thanks.
--
Jianzhou
2008 Jun 09
1
[LLVMdev] [patch] Missing instructions in llvm-c.
...no way to create intrinsics via llvm-c. Is there?
2) The "extractvalue"[1] and "insertvalue"[2] instructions don't seem
to be addable via IRBuilder. Why?
Cheers,
-Mahadevan.
[1] http://www.llvm.org/docs/LangRef.html#i_extractvalue
[2] http://www.llvm.org/docs/LangRef.html#i_insertvalue
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrap_more_insts.patch
Type: text/x-diff
Size: 5551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080609/75e2faf3/attachment.patch>