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

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 13:45:01 PST 2017


arsenm added a comment.

In https://reviews.llvm.org/D30316#686174, @yaxunl wrote:

>   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?


Yes, that came after I posted the initial version. I need to update to re-use that


https://reviews.llvm.org/D30316





More information about the cfe-commits mailing list