[LLVMdev] Is address space 1 reserved?

Sanjoy Das sanjoy at playingwithpointers.com
Thu Jan 8 16:52:50 PST 2015


> C requires that (void*)0 generates a pointer that does not compare equal to any valid pointer.  It does not require that (void*)foo, where foo is an int of value 0 but not an integer constant expression, give the same value,

Does this mean constant propagation can change program semantics?

-- Sanjoy



More information about the llvm-dev mailing list