[LLVMdev] determining if the signness of a integer pointer

Chris Lattner clattner at apple.com
Wed May 12 21:40:40 PDT 2010


On May 12, 2010, at 8:49 PM, Villmow, Micah wrote:

> Since the frontend knows that a int pointer is signed or unsigned, I was hoping that this bit was set somewhere in a header file that I couldn't find when it was creating the LLVM integer.

Nope, the conversion to LLVM IR loses this information.

-Chris



More information about the llvm-dev mailing list