[LLVMdev] Can insertvalue ignore its last operand?

Jianzhou Zhao jianzhou at seas.upenn.edu
Sat Oct 22 21:55:45 PDT 2011


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



More information about the llvm-dev mailing list