I encountered the error "KLEE: ERROR: unknown intrinsic: llvm.objectsize.i64.p0i8" when running KLEE on a program.
I know that I should add support for it in the IntrinsicCleaner pass. But I failed to find the documentation for this intrinsic function. Does anybody know the purpose of this intrinsic function?
Below is the line of LLCM code that involves the function:
%6 = call i64 @llvm.objectsize.i64.p0i8(i8* %5, i1 false)