[PATCH] D41651: AMDGPU: Add 32-bit constant address space
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 10:40:46 PST 2018
tpr added a comment.
Nicolai, I think you mean LLPC is synthesizing a pointer using inttoptr. That is true, but Marek pointed out to us that it is a bad thing because it means alias analysis cannot do such a good job. So we're interested in using 32 bit pointers instead.
https://reviews.llvm.org/D41651
More information about the llvm-commits
mailing list