[llvm-commits] [llvm-gcc-4.2] r86371 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Sun Nov 8 11:29:55 PST 2009


Hi Eric,

>> Args[1] is required by the LLVM intrinsic to be an i32, but what guarantees
>> that it is?
> 
> The check above on the tree I believe.

my understanding is that check checks that the value is of some integer type
(int, long int etc) and not that it's int.

Ciao,

Duncan.



More information about the llvm-commits mailing list