Displaying 1 result from an estimated 1 matches for "89771fd6".
2010 Feb 27
1
[LLVMdev] @llvm.memset.* documentation
Hi everyone,
I was looking at the @llvm.memset.* documentation and something seemed a bit off. The <len> argument type seems wrong. It's the same as the <val> type, but it would seem to me that only being able to memset 255 bytes in an i8 array is a bit limiting. :)
declare void @llvm.memset.i8(i8 * <dest>, i8 <val>, i8 <len>, i32 <align>)
declare void