[LLVMdev] Incompatible types at call site

Duncan Sands baldrick at free.fr
Mon Apr 4 23:35:38 PDT 2011


Hi Arushi,

> For a call like this,
>
> %tmp6 = call i32 (...)* bitcast (i32 (i8*, i8, i8**)* @ssplit to i32 (...)*)(i8*
> %tmp599, i32 46, i8** %domainv3) nounwind ; <i32>
>
> does the 2nd argument get zero extended or sign extended?

neither since it does not have the zext or sext attribute.

Ciao, Duncan.



More information about the llvm-dev mailing list