[PATCH] D30316: AMDGPU: Make 0 the private nullptr value

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 13:35:45 PST 2017


yaxunl added a comment.

AMDGPUTargetMachine::getNullPointerValue needs also be changed to match this, otherwise the static initializer will be incorrect for null pointer to private addr space. Do you plan to change that?


https://reviews.llvm.org/D30316





More information about the cfe-commits mailing list