>>> URL: http://llvm.org/viewvc/llvm-project?rev=95046&view=rev >>> Log: >>> LangRef.html says that inttoptr and ptrtoint always use zero-extension >>> when the cast is extending. >> >> Just to verify, does codegen agree? > > Yes. Thanks!